Hi am a newbie to mongrel.. and configuring now mongrel cluster with apache. when i start mongrel as a stand alone instance my app is working fine, by issuing the follwoing command. mongrel_rails mongrel::start when i start the mongrel cluster it is giving the following error. mongrel_rails cluster::start Status: 500 Internal Server Error Content-Type: text/html 500 Internal Server Error help me please -- Posted via http://www.ruby-forum.com/.
have u configured ur mongrel_cluster properly with all the necessary data''s.. mongrel_rails cluster::configure -e production -p 8000 -a 127.0.0.1 -N 3 -c /path/to/your/rails/app/current by executing this u get a mongrel_cluster.yml created in the config folder of your app. now run mongrel_rails cluster::start Mahalingam RailsFactory http://railsfactory.com Sankar Ganesh wrote:> Hi > > am a newbie to mongrel.. and configuring now mongrel cluster with > apache. > > when i start mongrel as a stand alone instance my app is working fine, > by issuing the follwoing command. > > mongrel_rails mongrel::start > > when i start the mongrel cluster it is giving the following error. > > mongrel_rails cluster::start > > > Status: 500 Internal Server Error Content-Type: text/html > 500 Internal Server Error > > help me please-- Posted via http://www.ruby-forum.com/.