projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb534a4
)
lighttpd/stderr.nl: Don't let blosxom eat /stats/.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:57:12 +0000
(13:57 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 23 Jul 2010 11:57:12 +0000
(13:57 +0200)
etc/lighttpd/vhosts/stderr-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/stderr-nl
b/etc/lighttpd/vhosts/stderr-nl
index d251ff8759788699585f4c7d873b48baafd542fd..1b55f09546710d7ae7e45411e9203a99d669d025 100644
(file)
--- 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 += (