DragonFly users List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Apache2 doesn't work on DF
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]