Your message dated Sat, 22 May 2010 17:51:29 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #572279,
regarding /usr/share/lighttpd/use-ipv6.pl is a configuration file / contains
port number.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
572279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572279
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lighttpd
Version: 1.4.26-1
Severity: normal
Hello,
I wanted to setup lighttpd so it doesn't use the port 80 (because I want
to enable both apache and lighttpd on my test lapptop;)
The two setting below are missleading:
> ## Use ipv6 only if available. (disabled for while, check #560837)
> include_shell "/usr/share/lighttpd/use-ipv6.pl"
>
> ## bind to port (default: 80)
> # server.port = 81
The first one does not only enable IPv6, but also get lighttp to listen
on port [::]:80. On the other hand, server.port=81 isn't sufficient to
get lighttpd to listen to port 81 only.
So one have to modify use-ipv6.pl to change to listening port... so it's
a configuration file.
(Couldn't "use-ipv6.pl" parse the calling configuration file ??)
If the file remains "configurable", it should be in /etc/
Thanks for maintaining lighttpd,
Franklin
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (101, 'unstable'), (10, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages lighttpd depends on:
ii libattr1 1:2.4.44-1 Extended attribute shared library
ii libbz2-1.0 1.0.5-4 high-quality block-sorting file co
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libfam0 2.7.0-16.1 Client library to control the FAM
ii libldap-2.4-2 2.4.17-2.1 OpenLDAP libraries
ii libpcre3 7.8-3 Perl 5 Compatible Regular Expressi
ii libssl0.9.8 0.9.8k-8 SSL shared libraries
ii libterm-readline-perl-p 1.0303-1 Perl implementation of Readline li
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages lighttpd recommends:
ii spawn-fcgi 1.6.3-1 A fastcgi process spawner
Versions of packages lighttpd suggests:
ii apache2-utils 2.2.14-5 utility programs for webservers
ii openssl 0.9.8k-8 Secure Socket Layer (SSL) binary a
pn rrdtool <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
The (short term) work around is to remove the include statement from
lighttpd.conf if you're not happy with the contents of the file.
Olaf
--- End Message ---