Page 1 of 1

Change port 80 to port 81

PostPosted: 13. May 2007 16:47
by fixitnow
Can someone tell me, or let me know where I can get a tutorial on how to switch from port 80 to 81? :?:
russ

Re: Change port 80 to port 81

PostPosted: 13. May 2007 18:55
by Mr. Jay
fixitnow wrote:Can someone tell me, or let me know where I can get a tutorial on how to switch from port 80 to 81? :?:
russ


\xampp\apache\conf\httpd.CONF

Listen 80 -> Listen 81
ServerName localhost:80 -> ServerName localhost:81

That should do :)

PostPosted: 30. May 2007 16:41
by DigitalDeath,
I did that but it still runs on port 80.. can you help?

PostPosted: 31. May 2007 00:53
by photography
After you make changes to any files relating to settings of the server.
Restart the server.