Apache2 doesn't work on DF

Peter Avalos pavalos at theshell.com
Sat Nov 13 16:13:29 PST 2004


I just subscribed to the list, and saw this thread in the archive.  This
was discussed a few months ago, and it has to deal with using a socket
that does ipv4 and ipv6.  As a workaround, I suggest you try 2 different
Listen directives in your config that will set up 2 different sockets
(one for ipv4, and another for ipv6).  i.e.:

Listen [::]:80
Listen 0.0.0.0:80

--Pete





More information about the Users mailing list