Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts Tagged Linux

The perfect Rails/Debian/Lighttpd stack

a detailed tutorial for getting Rails running on your linux box


Rails on Apache 2 on Ubuntu Breezy

This will be my home dev environment for rails if I ever get the time to get linux up…a nice tutorial:
Ruby, Rails, Apache2, and Ubuntu Breezy (5.10)


Load balancing with two Tomcats on the same server using JK1.2

Article over at adc works blog on load balancing with two instances of Tomcat on the same server. The idea being you can move in production changes without totally bringing down your app, as you will always have one instance of it up. Session replication is not taken into consideration with this approach.
Load […]


Automating awstats using cron

This is the second part of an an article about getting awstats setup and automated. You might be interested in part one.
First, make sure you have cron running:
ps aux | grep crond
This should display at least one line that has the following:
root 311 0.0 0.7 […]


Posted
20 July 2005 @ 1am

Tagged
Linux, Meta

setting up awstats on rimuhosting (user mode linux)

detailed steps on getting awstats setup on my rimuhosting.com account


After →