Package: lighttpd
Version: 1.4.19-5

In the lighhtpd.conf, the following lines :
$HTTP["remoteip"] =~ "127.0.0.1" {
...
}
provide /doc/ and /images/ when accessing the server via 127.0.0.1
even if IPv6 is enabled.

Though, when accessing http://localhost/ the IPv6 address for localhost (::1) can be used : In this case the the regexp won't match.

Should'nt there be (for example) :
HTTP["remoteip"] =~ "127.0.0.1$|^::1$" {
...
}
?

Gabriel



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

Reply via email to