View Full Version : Rails applications on port 80?
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?
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.
Powered by vBulletin™ Version 4.0.3 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.