Saturday, August 5, 2006

logwatch and multiple virtual hosts


The output from the logwatch run has only been including the results from one of our Virtual Hosts.  The fix was very easy.  In /etc/log.d/conf/logfiles/http.conf, modified the following lines to:





LogFile = httpd/*access_log

Archive = archiv/httpd/*access_log.*

Archive = archiv/httpd/*access_log.*.gz



Technorati Tags: , ,

No comments:

Post a Comment

Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...