Wamp Server help

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
coder500
Forum Newbie
Posts: 20
Joined: Fri Jul 25, 2008 10:24 am
Location: Singapore

Wamp Server help

Post 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
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Wamp Server help

Post 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)
Post Reply