Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-07-07 Thread Jarek Kamiński
On Sat, Jun 07, 2008 at 03:46:23PM +0200, Stefan Fritsch wrote: >> Yup, that's my case. >> #v+ >> [EMAIL PROTECTED] ~]% /sbin/sysctl net.ipv6.bindv6only >> net.ipv6.bindv6only = 1 >> #v- >> >>> Maybe we should put a hint in README.Debian that our apache supports >>> only net.ipv6.bindv6only = 0 a

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-06-07 Thread Jarek Kamiński
On Sat, Jun 07, 2008 at 03:46:23PM +0200, Stefan Fritsch wrote: > Hi Jarek, Hi Stefan, >> Yup, that's my case. >> #v+ >> [EMAIL PROTECTED] ~]% /sbin/sysctl net.ipv6.bindv6only >> net.ipv6.bindv6only = 1 >> #v- >> >>> Maybe we should put a hint in README.Debian that our apache supports >>> only

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-06-07 Thread Stefan Fritsch
Hi Jarek, > Yup, that's my case. > #v+ > [EMAIL PROTECTED] ~]% /sbin/sysctl net.ipv6.bindv6only > net.ipv6.bindv6only = 1 > #v- > > > Maybe we should put a hint in README.Debian that our apache supports > > only net.ipv6.bindv6only = 0 at the moment. > > Please don't require reconfiguring whole

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-05-02 Thread Jarek Kamiński
On Sun, Mar 16, 2008 at 08:46:04PM +0100, Stefan Fritsch wrote: > On Friday 14 March 2008, Michael Mende wrote: Sorry for late reply, I haven't got copy of this mails. >> From apache docs [1]: >> >> "On the other hand, on some platforms such as Linux and Tru64 the >> only way to handle both IPv6

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-03-16 Thread Stefan Fritsch
On Friday 14 March 2008, Michael Mende wrote: > From apache docs [1]: > > "On the other hand, on some platforms such as Linux and Tru64 the > only way to handle both IPv6 and IPv4 is to use mapped addresses." > Mapping is default on Linux (in contrary to FreeBSD, NetBSD, and > OpenBSD). I think th

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2008-03-14 Thread Michael Mende
From apache docs [1]: "On the other hand, on some platforms such as Linux and Tru64 the only way to handle both IPv6 and IPv4 is to use mapped addresses." Mapping is default on Linux (in contrary to FreeBSD, NetBSD, and OpenBSD). That's why you don't see two sockets. Here comes the test: xen2:

Bug#391280: apache2-mpm-prefork: doesn't bind to IPv4 socket when IPv6 enabled

2006-10-05 Thread Jarek Kamiński
Package: apache2-mpm-prefork Version: 2.2.3-1 Severity: important I have following lines in /etc/apache2/ports.conf: #v+ #Listen 80 Listen [::]:80 Listen 0.0.0.0:80 # # Listen [::]:443 # Listen 0.0.0.0:443 # #v- This configuration worked fine with Apache 2.0, but not now. Actually Apa