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
Wamp Server help
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Wamp Server help
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)