Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index 5398ed18feaea8006798ae110572d5a5ee0f2bf7..eb84556e2a6f2be0270ebd53e25c10f89a7da0ce 100644 (file)
@@ -3,7 +3,6 @@ $HTTP["host"] =~ ".stderr.nl$" {
        var.site-fcgi-dir    = var.fcgi-dir + "/stderr-nl"
 
        evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
-       accesslog.filename   = var.site-dir + "/logs/access.log"
 
        $HTTP["host"] =~ "git.stderr.nl$" {
                cgi.assign += ( "gitweb.cgi" => "" )
@@ -62,7 +61,7 @@ $HTTP["host"] =~ ".stderr.nl$" {
                url.redirect += ("^/$" => "/Blog/")
                # Category got renamed
                url.redirect += ("^/Blog/personal(.*)" => "/Blog/Personal$1")
-               $HTTP["url"] !~ "^/(Old blog|static)" {
+               $HTTP["url"] !~ "^/(Old blog|static|stats)" {
                        cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" )
                        alias.url += ( "" => var.site-dir + "/applications/blosxom/blosxom.cgi" )
                        setenv.add-environment += (
@@ -93,4 +92,9 @@ $HTTP["host"] =~ ".stderr.nl$" {
                        "broken-scriptfilename" => "enable",
                ))
        )
+
+       $HTTP["url"] =~ "^/static/tmp/" {
+               # Enable dirlistings for /tmp
+               server.dir-listing = "enable"
+       }
 }