[Bug 406957] Re: lighttpd makes /usr/share/doc visible to everyone

Daniel Hahler launchpad at thequod.de
Sat Aug 1 14:49:49 UTC 2009


I cannot confirm this, /etc/lighttpd/lighttpd.conf should look as
follows (tested it with 1.4.19-0ubuntu3.1 in Hardy):

#### handle Debian Policy Manual, Section 11.5. urls
### by default allow them only from localhost
### (This must come last due to #445459)
$HTTP["remoteip"] == "127.0.0.1" {
        alias.url += (
                "/doc/" => "/usr/share/doc/",
                "/images/" => "/usr/share/images/"
        )
        $HTTP["url"] =~ "^/doc/|^/images/" {
                dir-listing.activate = "enable"
        }
}


** Changed in: lighttpd (Ubuntu)
       Status: New => Incomplete

-- 
lighttpd makes /usr/share/doc visible to everyone
https://bugs.launchpad.net/bugs/406957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list