Bug#560837: lighttpd listened on ipv6 only after upgrade

2010-01-03 Thread Stefan Bühler
Looks like you don't understand the problem. We (upstream) know perfectly 
well that IPV6_V6ONLY would have made things easier, but we don't like 
breaking existing setups, so we didn't change it. In our next version 
(lighttpd sandbox/2.0) we already use IPV6_V6ONLY, and have a better syntax 
for listening to multiple sockets.

I would recommend to just drop the ipv6-enabled script. The people who care 
about ipv6 listening should just enable it manually; i think it is bad style 
to silently change existing setups to listen to ipv6, as it might circumvent 
access restrictions.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-25 Thread Marco d'Itri
severity 560837 critical
block 560238 with 560837
tag 560837 patch
thanks

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=70;bug=560238
http://redmine.lighttpd.net/projects/1/wiki/IPv4_mapped_addresses

The upstream developers do not appear to care about IPv6 and decided to
ignore the issue, but it can be easily fixed in use-ipv6.pl.
Pseudo-patch:

-print server.use-ipv6 = \enable\\n;
+print qq|$SERVER[socket] == [::]:80 { }\n|;

While not needed with the new default I still recommend to force
IPV6_V6ONLY to 1 in the lighttpd source, because for a complex program
it is a much better default and would solve the persistent issues with
ACLs and logs parsing.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-23 Thread Anatoly A. Kazantsev
But how to configure lighttpd to open two listening sockets?

-- 
Thanks,
Anatoly


pgp9Kk12ADHr7.pgp
Description: PGP signature


Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-23 Thread Stefan Bühler
$SERVER[socket] == [::]:80 { }



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-20 Thread Stefan Bühler
Hi,

this is due to an update to netbase unstable:
 * Create /etc/sysctl.d/bindv6only.conf on upgrades and new installs to set 
net.ipv6.bindv6only=1.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-12 Thread Andy Wettstein
Package: lighttpd
Version: 1.4.25-1
Severity: important

On upgrade to version 1.4.25, this option made lighttpd only listen on
ipv6 addresses:
include_shell /usr/share/lighttpd/use-ipv6.pl

After commenting that out lighttpd was again available through ipv4.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-0.slh.8-sidux-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages lighttpd depends on:
ii  libattr1   1:2.4.44-1Extended attribute shared library
ii  libbz2-1.0 1.0.5-3   high-quality block-sorting file co
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libgamin0 [libfam0]0.1.10-2  Client library for the gamin file 
ii  libldap-2.4-2  2.4.17-2.1OpenLDAP libraries
ii  libpcre3   7.8-3 Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8k-7  SSL shared libraries
ii  libterm-readline-perl- 1.0303-1  Perl implementation of Readline li
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  mime-support   3.48-1MIME files 'mime.types'  'mailcap
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages lighttpd recommends:
pn  spawn-fcginone (no description available)

Versions of packages lighttpd suggests:
ii  apache2-utils 2.2.14-3   utility programs for webservers
ii  openssl   0.9.8k-7   Secure Socket Layer (SSL) binary a
pn  rrdtool   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org