Page 1 of 1

Change port

PostPosted: 04. March 2004 17:31
by smg67
I'm going to try and install xampp on a box that's already operating as an http: fileserver (it's a Lacie product sold as an ethernet desk ,but which actually runs an embedded version of Windows XP with an add-on http fileserver) , so port 80 is in use. Is there a simple way to change the ports that Apache will be listening on?

Thanks in advance.

:D

PostPosted: 04. March 2004 19:17
by Richter
In your http.conf file in the Apache directory look for a "Listen" port. Change that port to whatever port you want. If you are running any virtual hosts you will need to change them aswell.

You will have to restart Apache after making the change to the ttp.conf file.