This is a discussion on Re: IIS6 + Apache2 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, to let IIS6 run togehter with Apache2, both listening on port 80, but on differnt IPs I followed these ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
to let IIS6 run togehter with Apache2, both listening on port 80, but on differnt IPs I followed these instructions, provided by Kristofer Gafvert: > There should be no problems with this scenario. The only thing that you > may run into is that IIS will by default bind to all IPs, but you can > change this. > > This may be of interest for you: > http://support.microsoft.com/default...b;en-us;259349 > http://support.microsoft.com/support.../Q238/1/31.ASP > http://support.microsoft.com/default...en-us%3B813368 DisableConnectionPooling is set to true, and httpcfg displays only one IP. The listen directive in my httpd.conf is Listen my_ip:80 but I'm not able to let both servers run together. If I start apache first, IIS not reachable. If I start IIS first, apache displays an error, that it's not allowed create the socket. If I run only one server, both work fine. Any hints? regards, Achim |