lighttpd: Have an access log per subdomain.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index 50d892aa709ff34cb9d7c89dd4f5009d459f17d2..4da053e111b8e03dd287baf5175501fe375ba6c4 100644 (file)
@@ -88,3 +88,7 @@ include_shell var.conf-dir + "/scripts/create-mime.assign.pl"
 
 ## load vhosts
 include_shell var.conf-dir + "/scripts/include-vhosts.pl"
+
+# Include autogenerated logging configuration to have a separate access log
+# file for every subdomain.
+include var.conf-dir + "/logging.conf"