From: Matthijs Kooijman Date: Fri, 23 Jul 2010 11:57:12 +0000 (+0200) Subject: lighttpd/stderr.nl: Don't let blosxom eat /stats/. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=841f77ed1a854d8e5daa9083530feaa2684bfe12 lighttpd/stderr.nl: Don't let blosxom eat /stats/. --- diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index d251ff8..1b55f09 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -61,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 += (