lighttpd: Tell blosxom where the log files live.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 19:59:06 +0000 (20:59 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 19:59:06 +0000 (20:59 +0100)
This allows blosxom to keep its own error log.

etc/lighttpd/vhosts/ninniach-nl
etc/lighttpd/vhosts/stderr-nl

index bc23020a5f060da2362271e17f6988f08b3d425d..9968c5bef1b5a753bcd5c53c7a79abf159f49530 100644 (file)
@@ -21,6 +21,7 @@ $HTTP["host"] =~ ".ninniach.nl$" {
                                "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" =>  "",
                        )
                }
index f1a4ad95726631cd2cc4bc40616780f0eb428e9a..2d165b35a2482224e5990ff27c3b944ddb354047 100644 (file)
@@ -67,6 +67,7 @@ $HTTP["host"] =~ ".stderr.nl$" {
                                "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" =>  "/static/",
                        )
                }