Tag: Ruby on Rails

Ruby on Rails applications with Mongrel cluster and Apache url rewriting on Windows

Posted by on November 15, 2007

In the last post I showed you a configuration for serving Ruby on Rails applications with Mongrel cluster and Apache in a *nix environment (Ubuntu).
With this post I will reproduce the same configuration in a Windows environment.

The main difference in Windows is that you cannot use the mongrel_rails command with the cluster option (provided by the mongrel_cluster gem) that relies on daemonize functionality, only available on *nix platforms.
What you will need to do is to manually create n mongrel services for the n clusters you will need. Let’s see how to do that.

More…

Ruby on Rails applications with Mongrel cluster and Apache url rewriting on Ubuntu

Posted by on November 8, 2007