Page 1 of 1

How to change port 80 to port X in XAMPP conf. files?

PostPosted: 01. February 2008 21:23
by cruzfr
I need apache to listen on port 8000, but the XAMPP default installs it on 80.
I changed the htpd.conf already but then apache service would not start. Would anyone tell me how to configure XAMPP files so Apache listens on port 8000?

Thank you.

PostPosted: 01. February 2008 22:08
by Scory
Change the "Listen"-Directive to Port 8000.

But (as you told) when Apache does not start any more, you either have already another application listening on Port 8000 or you did something wrong.