> 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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org