how to run WAMP server on a different port onlocalhost?

I am already running IIS on localhost:80 and I want to run WAMP server as well.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Open up WAMP settings file "http.conf" with a notepad. It's usually located in:

C:\wamp\Apache2\conf\

Then press CTRL + F to bring up find prompt, type "80" and hit enter. You should now see the line for setting the port. Change it to whatever you like (for example 8888), save the file and restart the web server.

Now you can access your Apache server with "localhost:8888".

link|improve this answer
thanks, that helped :) – Zain Shaikh Nov 5 '10 at 21:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.