Re: [us...@httpd] HTTPD Logwatch

2009-12-28 Thread Asai
== Logwatch is a Linux/Unix utility that reports on whatever logs it is requested to report. Here is the description from the MAN file. LogWatch is a customizable, pluggable log-monitoring system. It will go through your logs

Re: [us...@httpd] HTTPD Logwatch

2009-12-26 Thread John Iliffe
On Fri, 2009-25-12 at 12:23 +0100, André Warnier wrote: Kaustubh Deorukhkar wrote: I am naive user..but this is what comes to my mind...please see if this helps - create seperate logs per website... SetEnvIf Referer www\.mydomain1\.com site1_request CustomLog logs/mydomain1_log

Re: [us...@httpd] HTTPD Logwatch

2009-12-25 Thread André Warnier
Kaustubh Deorukhkar wrote: I am naive user..but this is what comes to my mind...please see if this helps - create seperate logs per website... SetEnvIf Referer www\.mydomain1\.com site1_request CustomLog logs/mydomain1_log common env=site1_request SetEnvIf Referer www\.mydomain2\.com

[us...@httpd] HTTPD Logwatch

2009-12-24 Thread Asai
Greetings, Is there a way which I can expand the logwatch entries for httpd which will allow me to view the entire domain name instead of just the relative uri? Like I have /this/page instead of www.mysite.com/this/page. Thanks. -- --asai

Re: [us...@httpd] HTTPD Logwatch

2009-12-24 Thread André Warnier
Asai wrote: Greetings, Is there a way which I can expand the logwatch entries for httpd which will allow me to view the entire domain name instead of just the relative uri? Like I have /this/page instead of www.mysite.com/this/page. Can you explain what would be the point ? Presumably, if

Re: [us...@httpd] HTTPD Logwatch

2009-12-24 Thread Asai
I manage about 20 websites. So I need to see which ones are reporting which things. I've checked the custom log in the past, it didn't do what I wanted, but perhaps I didn't understand what I was doing--which is quite likely. André Warnier wrote: Asai wrote: Greetings, Is there a way

Re: [us...@httpd] HTTPD Logwatch

2009-12-24 Thread André Warnier
Asai wrote: I manage about 20 websites. So I need to see which ones are reporting which things. I've checked the custom log in the past, it didn't do what I wanted, but perhaps I didn't understand what I was doing--which is quite likely. Maybe you want to explain what you mean by logwatch

Re: [us...@httpd] HTTPD Logwatch

2009-12-24 Thread Kaustubh Deorukhkar
I am naive user..but this is what comes to my mind...please see if this helps - create seperate logs per website... SetEnvIf Referer www\.mydomain1\.com site1_request CustomLog logs/mydomain1_log common env=site1_request SetEnvIf Referer www\.mydomain2\.com site2_request CustomLog