$HTTP["host"] =~ ".ninniach.nl$" { var.site-dir = var.root-dir + "/ninniach.nl" var.site-fcgi-dir = var.fcgi-dir + "/ninniach-nl" evhost.path-pattern = var.site-dir + "/htdocs/%3/" accesslog.filename = var.site-dir + "/logs/access.log" fastcgi.server = ( ".php" => (( "socket" => var.site-fcgi-dir + "/php", "broken-scriptfilename" => "enable", )) ) $HTTP["host"] == "weblog.ninniach.nl" { $HTTP["url"] !~ "^/images" { cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" ) 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", "BLOSXOM_CODE_BASE" => var.site-dir + "/applications/blosxom", "BLOSXOM_LOGS_BASE" => var.site-dir + "/logs", "BLOSXOM_HTDOCS_URL" => "", ) } } }