On Mon, Apr 28, 2008 at 04:38:08PM +0000, randhol wrote:
> Package: lighttpd
> Followup-For: Bug #386568
> 
> 
> I had the same problem but when I changed (in
> /etc/lighttpd/lighttpd.conf):
> 
> $HTTP["remoteip"] == "127.0.0.1" {
>         alias.url += ( 
>                 "/doc/" => "/usr/share/doc/",
>                 "/images/" => "/usr/share/images/"
>         )
>         $HTTP["url"] =~ "^/doc/|^/images/" {
>                 dir-listing.activate = "enable"
>         }
> }
> 
> to
> 
>         alias.url += ( 
>                 "/doc/" => "/usr/share/doc/",
>                 "/images/" => "/usr/share/images/"
>         )
>         $HTTP["url"] =~ "^/doc/|^/images/" {
>                 dir-listing.activate = "enable"
>         }
> 
> then alias.url += () works.

  Yes, but it's not what Debian policy mandates, _and_ it's a security
risk as it allow an attacker to know trivially what packages you
insteadd on a given machine.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org

Attachment: pgpETtY3Ea57Y.pgp
Description: PGP signature

Reply via email to