[vhffs-dev] [1080] Add correct log format in web_stats.pl header

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1080
Author:   bm415
Date:     2007-11-14 22:23:03 +0000 (Wed, 14 Nov 2007)

Log Message:
-----------
Add correct log format in web_stats.pl header

Modified Paths:
--------------
    trunk/vhffs-robots/src/web_stats.pl


Modified: trunk/vhffs-robots/src/web_stats.pl
===================================================================
--- trunk/vhffs-robots/src/web_stats.pl	2007-11-14 06:42:12 UTC (rev 1079)
+++ trunk/vhffs-robots/src/web_stats.pl	2007-11-14 22:23:03 UTC (rev 1080)
@@ -30,10 +30,10 @@
 # POSSIBILITY OF SUCH DAMAGE.
 
 
-#Your logs must be in format : "%V %h %l %u %t \"%r\" %>s %b"
+#Your logs must be in format : "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""  
 #So, add in your httpd.conf following lines :
-#LogFormat "%V %h %l %u %t \"%r\" %>s %b" vhffs
-#CustomLog /var/log/apache2/vhffs.log vhffs
+#LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhffs
+#CustomLog /var/log/apache2/ServerName/vhffs.log vhffs
 
 use strict;
 use utf8;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/