From 841f77ed1a854d8e5daa9083530feaa2684bfe12 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:57:12 +0200 Subject: [PATCH] lighttpd/stderr.nl: Don't let blosxom eat /stats/. --- etc/lighttpd/vhosts/stderr-nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += ( -- 2.30.2