Joshua:

Yes, I'd seen that, but my situation is a bit more complicated, since the server isn't sitting at a static IP, and I wasn't entirely certain how to do it. Would something like this work?

SetEnvIf  Remote_Addr  Server_Addr  dontlog
CustomLog logs/access.log common env=!dontlog

Mark

Joshua Slive wrote:
On 5/3/07, Mark A. Craig <[EMAIL PROTECTED]> wrote:
Is there a httpd.conf directive or other technique to prevent the
logging of server accesses that originate from the same IP address as
the server itself?  I would like to prevent them from being logged
entirely.  Can I perhaps use some form of SetEnv to accomplish that?

http://httpd.apache.org/docs/2.2/logs.html#conditional

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to