PDA

View Full Version : Rails applications on port 80?



alex
04-30-2006, 08:21 PM
I reconfigured apache to listen on port 8080. Starting the rails app "Pimki" on any port other than port 80 results in a working application, but if I start Pimki on port 80 it does not work.

Any ideas?

Eric
05-01-2006, 01:05 PM
Use mod_proxy to talk to your application server on port 8081. Let apache answer the port 80 calls. The reason it doesn't work properly is because our process is killing your port 80 process. The only other thing we can do is to totallt disable http service on your account then you can configure it how you please.