Page 1 of 1

Wamp Server help

Posted: Tue Sep 02, 2008 3:05 am
by coder500
I have both IIS and apache(part of Wamp). Both is listening to port 80. I want to change the listening port of apache.
But I have no idea how to do this. I know I can edit apache httpd conf file. But to which port address I have to change this and how can I access php files later.
Any help will be very much appreciated.
Thanks

Re: Wamp Server help

Posted: Tue Sep 02, 2008 3:15 pm
by jaoudestudios
I havent used WAMP in a long time, but from what I remember, you can change it to any available port you want. Then in your browser dont use http://localhost/ (which has a default port) use this... http://localhost:xxx/ (where xxx is the port you chose)