webrick 500 error

My guess is that your db connection is timing out. Is there a firewall between your app and the db? If so, that could be timing out your sessions.

Tiberiu Motoc wrote:

I use Monit to monitor mongrel (would work fine for webrick). Take a look here: Easy, proactive monitoring of processes, programs, files, directories, filesystems and hosts | Monit . You can google around for sample configs if you need them. If you are on Windows, I don't know, but I'm sure you can find something.

Tiberiu Motoc wrote:

Thanks William. I'm looking into Apache and Mongrel now.

Hi Mr Tips

Apache 2.26 (latest) with mod_proxy_balancer +a pack of mongrels is the way to go :slight_smile:

I'm using Apache + monrel_cluster and it is great. However, my database connection still times out.

Hi Mr Tibs