How to change apache's default tcp/ip port
apache
Solution
Edit your `httpd.conf` Find the line that says `Listen 80` and change the 80 to whatever port you want to use.
Don't forget to restart apache.
Problem
How can I make apache use port 3000 instead of 80 to run my ruby on rails application on an external server?