lighttpd: Add initial configuration files.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stdout-nl
diff --git a/etc/lighttpd/vhosts/stdout-nl b/etc/lighttpd/vhosts/stdout-nl
new file mode 100644 (file)
index 0000000..224818c
--- /dev/null
@@ -0,0 +1,13 @@
+$HTTP["host"] =~ ".stdout.nl$" {
+       var.site-dir         = var.root-dir + "/stdout.nl"
+       var.site-fcgi-dir    = var.fcgi-dir + "/stdout-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",
+               ))
+       )
+}