Jump to content

[SOLVED] WAMP on windows Server 2003


Recommended Posts

You cannot have both IIS and WAMP running at the same time. as  both ofthem use port 80, listening for tcp/ip requests. Ports can only be used by one service at a time. I'd recommend you to modify WAMP so it listens on a different port instead, eg port 8080

 

To do so find WAMP's httpd.conf file and find the following line

Listen 80

Change that line to

Listen 8080

Save the httpd.conf and restart WAMP. Now use http://localhost:8080/ to connect your WAMP server. http://localhost/ on its own will connect to your IIS server.

Link to comment
Share on other sites

  • 7 months later...

Thanks for your input here in the WAMP on Win Server 2003;

 

Is it safe to run WAMP on a win 2003 web server, which uses IIS and Helm 4 control panel?

I have two domains that want to run PHP and CMS and I am deciding to load PHP by itself, or WAMP, which also uses MySql.  Does my IIS and Helm 4 control panel co-exist with sites that want to run WAMP, or PHP and MySQL?

 

I already have running SQL 2005 express on another domain ecom site and I do not want to stop what is already working...

 

Thanks for any input, as my research so far looks like WAMP is worth it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.