]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_accesslog.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / lighttpd-mod_accesslog.conf
diff --git a/lighttpd-mod_accesslog.conf b/lighttpd-mod_accesslog.conf
deleted file mode 100644 (file)
index fef3a01..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# accesslog module.
-#
-# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAccessLog
-
-server.modules += (
-       "mod_accesslog"
-)
-
-accesslog.filename = "/var/log/lighttpd/access.log"
-
-# Use syslog
-# accesslog.use-syslog = "enable"
-
-# Lighttpd default
-#accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
-
-# CLF
-accesslog.format = "%h %l %u %t \"%r\" %>s %b"
-
-# Combined Log
-#accesslog.format = "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
-
-# CLF + virtualhost
-#accesslog.format = "%h %l %u %t \"%r\" %>s %b %V"