SOURCES: lighttpd-mod_accesslog.conf - let default log format be CLF

glen glen at pld-linux.org
Thu Sep 7 04:14:27 CEST 2006


Author: glen                         Date: Thu Sep  7 02:14:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- let default log format be CLF

---- Files affected:
SOURCES:
   lighttpd-mod_accesslog.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_accesslog.conf
diff -u SOURCES/lighttpd-mod_accesslog.conf:1.3 SOURCES/lighttpd-mod_accesslog.conf:1.4
--- SOURCES/lighttpd-mod_accesslog.conf:1.3	Mon Jul 17 18:41:11 2006
+++ SOURCES/lighttpd-mod_accesslog.conf	Thu Sep  7 04:14:22 2006
@@ -7,3 +7,12 @@
 )
 
 accesslog.filename = "/var/log/lighttpd/access.log"
+
+# 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"
+
+# CLF + virtualhost
+#accesslog.format = "%h %l %u %t \"%r\" %>s %b %V"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_accesslog.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list