Developer wrote:
El dom, 05-04-2009 a las 09:18 -0700, J. Greenlees escribió:
if you have NameVirtualHost *:80 the error goes away


Now ,like before changes, all virtual host works fine but without  httpd
warnings:

Listen [fce0::40]:80
...
NameVirtualHost *:80
...
<VirtualHost *:80 >
ServerName  foo1.com
...
</VitualHost>
...
<VirtualHost *:80 >
ServerName  foo2.com
...
</VitualHost>

If I may ask, why are you doing this :
> Listen [fce0::40]:80

instead of just :

 Listen *:80

?

Does that server have multiple IP addresses, and you want Apache to listen on just one of them ?


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to