Passenger with apache and nginx in one development window
2 answers
I had both Apache and Nginx with Arch Linux installed and running on the same machine, running Rails. One day, while starting apache and listening on port 80, I started listening to nginx on the same port and got the (expected) error that the port was already bound. I stopped apache and nginx, restarted nginx and started getting Bad Gateway errors whenever I tried to access a Rails application under Nginx. I still haven't figured out what the problem is and how to fix it. Perhaps rebooting doesn't help.
0
source to share