Wednesday, September 14, 2011

HELP I have PHPREIAD running on my computer and I want to know how to change the default port on apache?

I want to use porn 8080 not port 80 what do I d?HELP I have PHPREIAD running on my computer and I want to know how to change the default port on apache?
Its port 80 by design. All web servers use port 80, its the internet port. If you change it, browsers will not connect to your server (unless the correct port number is requested).



You can change the line 'Listen 80' and also the 'ServerName' line in httpd.conf to the port you want. To see your changed web server you'd browse to something like 'http://127.0.0.1:8080' or whatever IP the server is on.

No comments:

Post a Comment