Use WAMP
Posted by: phpInterest (---.dsl.scrm01.sbcglobal.net)
Date: July 21, 2006 08:56PM

Hello all -

I need help with WAMP Server. I am interest in learning PHP and first time with WAMP. I installed WAMP already and some how when I start the services, there is only one service is running that is MySQL. When i click on the Apache, I don't have any option of start or stop the service for this one. When I click on Install the sevice for Apache, it give me the following error:

Your port 80 is actully used by:
Server: Microsoft-IIS/5.1
Cannot install the Apache service, please this application and try again.
Press Enter to exit ...

Does anyone has any idea what that mean and what I should do? Thank you in advance.

Options: ReplyQuote
Re: Use WAMP
Posted by: CyberSpatium (67.170.181.---)
Date: July 21, 2006 09:12PM

IIS is a webserver, so it uses the same port as apache. you need to make sure IIS is not running or apache will not start.

Options: ReplyQuote
Re: Use WAMP
Posted by: mongtay (---)
Date: July 24, 2006 06:23AM

If you don't know what IIS is, actually, you don't need it. Just delete it by following those steps below:

- Go to Control Panel
- Click Add or Remove programs
- Click Add/Remove Windows Components
- Uncheck Internet Information Services (IIS)
- OK.

Maybe, you should reinstall WAMP.

Hope this help.

Options: ReplyQuote
Re: Use WAMP
Posted by: Geoffb (196.7.130.---)
Date: July 27, 2006 06:13PM

I'm having the same problem.
I don't have IIS installed & if i test port 80 it says it's not in use.

Latest WAMP, Win XP.

Options: ReplyQuote
Re: Use WAMP
Posted by: ju2au (---.qld.bigpond.net.au)
Date: July 28, 2006 04:37AM

To stop IIS interfering with WAMP, just go to the DOS promp (Start -> Run -> type in "cmd"winking smiley and type in the following:
iisreset /stop

To start IIS again, type in:
iisreset /start

Options: ReplyQuote


Sorry, only registered users may post in this forum.