Hi Duncan,

Be careful about making accusations!

Apache is very well behaved and uses only the IP addresses that you tell it to. IIS is the one who automatically and without notice tries to grab all IP addresses, even IP's that are not used by any of the websites it's configured to serve.

To fix the config of IIS,
for IIS5: http://support.microsoft.com/kb/238131/
for IIS6: http://support.microsoft.com/kb/813368/EN-US/

You can also find lots of other explanatory articles by searching for "disable socket pooling"

--Larry

Duncan Krebs wrote:
Hi,
I'm trying to run Apache and IIS on the same machine using different IP addresses. From reading up in the doucmentation it sounds like if I only want Apache to bind to specific IP addresses I can use the Listen ipaddress:port directive to specify which IP addresses I want to use. I currently have three Listen directives in the configuration file, I start apache as a service which starts fine but then when I try to start an IIS website on a specific IP address not specified in one of my Listen directives I still get an error saying Address already in use. When Apache is not running it starts fine. Does anyone know if I have to include more information to stop apache from binding to all IP addresses or should the presence of atleast one Listen directive prevent it from binding to all IP's? Thanks for any help - Duncan

------------------------------------------------------------------------
Yahoo! Messenger with Voice. <http://us.rd.yahoo.com/mail_us/taglines/postman3/*http://us.rd.yahoo.com/evt=39666/*http://beta.messenger.yahoo.com> PC-to-Phone calls for ridiculously low rates.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to