IIS and WAMP server on my win xp pc
Posted by: neadvantage (59.94.9.---)
Date: June 01, 2006 04:51PM

I have installed both IIS and WAMP server on my win xp pc .


the problem ... is that how to access WAMP serever ..

as my localhost is alreay being used by IIS server...

so how can i change localhost for WAMP to something else ..say LOCAL

[local]


thanks in advance .. for reading..



suraj jain
---------------------------------
www is not enough

Re: IIS and WAMP server on my win xp pc
Posted by: CyberSpatium (67.170.181.---)
Date: June 02, 2006 01:16AM

since IIS and Apache are webservers, they use the same port 80. the only way to get IIS and Apache to work together is to make one use a different port.

I have no idea how to make IIS use a different port, but it is very easy to make apache use a different port. open your httpd.conf file, and find:
listen 80

change to:
listen 81

save the file and restart apache for the new settings to take effect.

now to use IIS, use:
[localhost]

to use apache, use:
[localhost]

Re: IIS and WAMP server on my win xp pc
Posted by: asawyer13 (---.ph.ph.cox.net)
Date: June 03, 2006 04:43PM

I am trying to continue to run IIS on my server but install Wampserver also.
I have changed httpd.conf thru wampserver to port 8081 but when I try to install the service it just says that IIS is using port 80 and press enter to continue.
What am I doing wrong?
Alan



Alan Sawyer

Re: IIS and WAMP server on my win xp pc
Posted by: CyberSpatium (67.170.181.---)
Date: June 04, 2006 01:39AM

if you already have a dedicated server they why do you need WAMP?

Sorry, only registered users may post in this forum.