X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=f1a4ad95726631cd2cc4bc40616780f0eb428e9a;hb=40394b94bc168ce947d81412f3938e961704798e;hp=9f82fefc7283e1f94a8a925c57f209a9f23cd435;hpb=50754d4197147f4ca3169da2405c90bd594e9062;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 9f82fef..f1a4ad9 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -60,9 +60,9 @@ $HTTP["host"] =~ ".stderr.nl$" { url.redirect += ("^/$" => "/Blog/") # Category got renamed url.redirect += ("^/Blog/personal(.*)" => "/Blog/Personal$1") - $HTTP["url"] =~ "^/Blog" { + $HTTP["url"] !~ "^/(Old blog|static)" { cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" ) - alias.url += ( "/Blog" => var.site-dir + "/applications/blosxom/blosxom.cgi" ) + alias.url += ( "" => var.site-dir + "/applications/blosxom/blosxom.cgi" ) setenv.add-environment += ( "BLOSXOM_CONFIG_FILE" => var.site-dir + "/conf/blosxom.conf", "BLOSXOM_DATA_BASE" => var.site-dir + "/data/blosxom",