perl/modules/W3C/LogValidator/samples logprocess.conf,1.23,1.24

Update of /sources/public/perl/modules/W3C/LogValidator/samples
In directory hutz:/tmp/cvs-serv1617/samples

Modified Files:
	logprocess.conf 
Log Message:
Adding an option to allow URIs with query strings, e.g
http://www.example.com/script?foo=bar

Such URIs in the logs were previously ignored systematically, now will
still be ignored by default, but with the configuration option
ExcludeCGI 0
they will be processed as "normal" URIs.




Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- logprocess.conf	16 Feb 2007 03:58:03 -0000	1.23
+++ logprocess.conf	24 Jul 2007 06:08:11 -0000	1.24
@@ -92,6 +92,12 @@
 ## DEFAULT = 100000
 # EntriesPerLogfile 5000
 
+## ExcludeCGI : Whether URIs with query strings (e.g http://example.com/foo?bar=zog )
+# should be excluded from the logs upon reading
+# Values: 1 will exclude such URIs. 0 will count them as "acceptable" URIs
+## DEFAULT = 1
+#  ExcludeCGI 1
+
 ## MaxInvalid : how many "invalid" documents to find before exiting
 ##
 ## Most Log Validator processing modules will find "invalid" documents (the definition varies)

Received on Tuesday, 24 July 2007 06:08:17 UTC