Re: Apache2 problem after kernel downgrade 2.6 >2.4 ]no listening sockets available] PiotrAF <piotraf@nospam.poczta.onet.pl> writes:
> Another problem which I cannot pass myself is with my apache2 - after
> downgrade to kernel 2.4 I get:
> root@piotr piotr # /etc/init.d/apache2
> start
> * Starting apache2...
> [Fri Nov 28 21:26:53 2003] [crit] (92)Protocol not available: make_sock:
> for address [::]:80, apr_socket_opt_set: (IPV6_V6ONLY) no listening
> sockets available, shutting down Unable to open logs
The IPV6_ONLY is suspicious, although I don't really know.
Are you trying to use IPV6 and not IPV4 ?
You might want to do 'sysctl -a | grep only' and see if net.ipv6.bindv6only=1. |