[pkg-lighttpd] Bug#480319: lighttpd doesn't show docs directory like it says it will

Gabriel Corona gabriel.corona at enst-bretagne.fr
Wed Jan 21 23:32:40 UTC 2009


 > The solution in etch is to replace the string "remoteip"
 > with "host" in the file lighttpd.conf

Hmm no. This "host" option is related to virtual hosting.
Any host on the internet could access your "private"
/doc/ and /images/ (and whatever you might like
to add there ...). Not so good :/

If the problem come after enabling IPv6 in lighttpd,
the solution is :
$HTTP["remoteip"] =~ "127.0.0.1" { ... }
(it's fixed in 1.4.19-2).

Gabriel






More information about the pkg-lighttpd-maintainers mailing list