J
JohnTKelly
Guest
I recently upgraded from Plesk v7.02 to 7.54 on RHEL3. I noticed that my Urchin stats were not displaying hits for all domains on the server.
Searching these forums it appears that Plesk modified the log format to suit themselves, thereby breaking log programs for everyone else.
I've added these two lines to the vhost.conf for all domains:
CustomLog /home/httpd/vhosts/unsafeworld.com/statistics/logs/access_log urchin_utm
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" urchin_utm
BUT now all entries to access_log are recorded TWICE for every single hit for a file -- once for plesklog, and once for urchin_utm apparently. This is a tremendous waste of space and system resources, so I'd only like the urchin_utm entry to be recorded. How can I do this?
PLUS the error_log files are no longer beign generated, even though the below line is ni httpd.include:
ErrorLog /home/httpd/vhosts/domain.com/statistics/logs/error_log
Any fix for this? The error log is handing for tracking down a lot of problems, I need to have it.
Searching these forums it appears that Plesk modified the log format to suit themselves, thereby breaking log programs for everyone else.
I've added these two lines to the vhost.conf for all domains:
CustomLog /home/httpd/vhosts/unsafeworld.com/statistics/logs/access_log urchin_utm
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" urchin_utm
BUT now all entries to access_log are recorded TWICE for every single hit for a file -- once for plesklog, and once for urchin_utm apparently. This is a tremendous waste of space and system resources, so I'd only like the urchin_utm entry to be recorded. How can I do this?
PLUS the error_log files are no longer beign generated, even though the below line is ni httpd.include:
ErrorLog /home/httpd/vhosts/domain.com/statistics/logs/error_log
Any fix for this? The error log is handing for tracking down a lot of problems, I need to have it.