Michael,
        Apache documents an optional module which allows you to tweak the
environment at: http://httpd.apache.org/docs/mod/mod_setenvif.html
        I use that and the CustomLog conf setting to not log internal
requests:
SetEnvIf Remote_Addr "10\.10\.." dont_log_local
CustomLog /var/log/httpd/access_log combined env=!dont_log_local
        The Apache docs mention you can test for user agent as, so I would
expect testing for htdig should be pretty straight forward.
        See also: http://httpd.apache.org/docs/logs.html#conditional
        Hope that helps a bit,
        -David

==========================
The views, opinions, and judgments expressed are solely my own.  Message
contents have not been reviewed or approved by AARP.

-----Original Message-----
From: Michael Clarke [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 5:36 PM
To: [EMAIL PROTECTED]
Subject: [htdig-dev] Diging and logging by aache


Hi all.

When we dig our intranet (4 gigs of data) apche web logs become chocca with
requests. So much that we have to purge thelogs each dig. Is there a way of
minimising requests / digging so apache doesn't record soo much data?

Michael Clarke
IRD Open Systems Team

Level 4, Telecom House
13-27 Manners Street
Wellington

Phone: +64 (04) 8031423
Mobile: +64 021 455 218
email: [EMAIL PROTECTED]
email: [EMAIL PROTECTED]


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to