[pkg-lighttpd] Bug#387067: lighttpd.conf eats /images

Krzysztof Krzyzaniak eloy at kofeina.net
Tue Sep 12 08:21:15 UTC 2006


Uwe A. P. Wuerdinger wrote:
> Package: lighttpd
> Version: 1.4.11-2bpo1
> Severity: important
> 
> 
> While evaluating lighttpd for possibly replacing our apache(2) installitions
> I noticed that the line
> 
> "/images/" => "/usr/share/images/"
> 
> in /etc/lighttpd.conf
> 
> was eating alle /images sub urls on all installations

You use package from backports.org with old config, this bug is fixed
already with:

#### handle Debian Policy Manual, Section 11.5. urls
#### and by default allow them only from localhost

$HTTP["host"] == "localhost" {
        alias.url += (
                "/doc/" => "/usr/share/doc/",
                "/images/" => "/usr/share/images/"
        )
        dir-listing.activate = "enable"
}

I am closing these two requests.
-- 
-------e-l-o-y---------------------------e-l-o-y- at -k-o-f-e-i-n-a-.-n-e-t------

       jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej



More information about the pkg-lighttpd-maintainers mailing list