S
synergypoint
Guest
I had modified my /etc/httpd/conf/httpd.conf file to modify the default combined log format for all the domains on my server.
I did this because I use Urchin and their UTM module for web stats.
Up until the last time I ran the Plesk updater this was working fine. Since updating to Plesk 7.5.3 it looks like the log files are all being written in a format caled plesklog. Why did this change?
I don't see that format defined in /etc/httpd/conf/httpd.conf.
I have since added an entry to my vhost.conf files to modify the log format but I want to make sure that won't cause problems with Plesk. It seems I read something to that effect in another post.
Here is what I have in my vhost.conf file:
CustomLog /home/httpd/vhosts/[domain]/statistics/logs/access_log urchin_utm
and urchin_utm is defined as:
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" urchin_utm
Now my log files are correct for Urchin but will this cause a problem with Plesk's reports?
I really don't want to write 2 seperate log files because they take up so much room on the server as it is and I am using the log rotation service. I really don't want to have to set that up manually for a second set of log files.
I did this because I use Urchin and their UTM module for web stats.
Up until the last time I ran the Plesk updater this was working fine. Since updating to Plesk 7.5.3 it looks like the log files are all being written in a format caled plesklog. Why did this change?
I don't see that format defined in /etc/httpd/conf/httpd.conf.
I have since added an entry to my vhost.conf files to modify the log format but I want to make sure that won't cause problems with Plesk. It seems I read something to that effect in another post.
Here is what I have in my vhost.conf file:
CustomLog /home/httpd/vhosts/[domain]/statistics/logs/access_log urchin_utm
and urchin_utm is defined as:
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" urchin_utm
Now my log files are correct for Urchin but will this cause a problem with Plesk's reports?
I really don't want to write 2 seperate log files because they take up so much room on the server as it is and I am using the log rotation service. I really don't want to have to set that up manually for a second set of log files.