using mongrel to serve 2 rails apps

Hello, You could also try the following: Use 'mongrel_rails start' with '--script=/path/to/script.rb' and use any options you like in this file, especially the uri[1] method. You can then mount handlers to different mount points. It should work, but I never tested it, so I've no idea concerning performance issues.

Best regards

[1] http://mongrel.rubyforge.org/rdoc/classes/Mongrel/Configurator.html#M000101

John Henderson schrieb: