You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lewis Watson <li...@visionsix.com> on 2002/03/05 22:54:19 UTC

Multiple IP's

I tried setting many listen directiives for apache. When I do a graceful
restart it gives the error "Address already in use: make_sock: could not
bind to port 65". Why is it looking at port 65 anyway? Any ideas on this? A
sample of my config is

Listen 111.222.333.444
<VirtualHost 111.222.333.444>
virtualstuff here
</VirtualHost>
Listen 111.222.333.555
<VirtualHost 111.222.333.555>
virtualstuff here
</VirtualHost>

Thanks.
Lewis Watson




---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org