Getting Rails production to run on port 80
I'm trying to get my rails app to run in production mode but I've been having a bit of difficulty. I'm using passenger with apache and am running Ubuntu 12.04. I have my production database configured and created, and passenger set up. Status is as follows: $ rvmsudo passenger-status Version : 4.0.56 Date : 2014-12-25 01:54:20 +0000 Instance: 7264 ----------- General information ----------- Max pool size : 6 Processes : 0 Requests in top-level queue : 0 ----------- Application groups ----------- However when I run rails server -e production , it still listens on port 3000 see below: $ rails