This forum is no longer active. Please post your questions to our new community site
Having problems with Mongrel services on Windows Server 2008 Standard
|
|
Hi All, Having a bit of an issue here. Basically I have Bitnami Rubystack installed on a Windows Server 2008 machine. I have Apache set to proxy Mongrel instances. If I start the mongrel instances manually all works well, however if I try running them as a service (mongrel service::install) I get 500 errors. For whatever reason the error is not being logged to the production log. The following are the commands I’m using to install the services: mongrel_rails service::install -N MyAwesomeApp_4001 -p 4001 -c “C:\web\MyAwesomeApp” -e production I even get 500 errors if I attempt to access the app on 400x directly. Remember, if I start the mongrel services independently Apache is happy, so my guess is that my http.conf, etc are all fine. Any helpful input would be most appreciated. Best. |
|
|
Hi, Try to specify the “-l path/to/log/file” option to check the logs. |

