[users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Tim Traver
Hi all, ok, I am at a point where I do not want to log a request that is coming from a proxy. I've looked, and it looks like I can use the CustomLog directive with a conditional environment variable at the end of it to accomplish this. The problem I am having is that the environment

Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Joshua Slive
On 6/17/05, Tim Traver [EMAIL PROTECTED] wrote: CustomLog /local/logs/apache/access combined env=!dontlog SetEnvIf Proxy_Addr 209\.132\.98\.35 dontlog I have tested the following line, and it works : SetEnvIf Remote_Addr 209\.132\.98\.35 dontlog But I don't want to refuse logging of

Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Tim Traver
Joshua, Just verified that these are the RAW headers that the server is seeing : This is from a ktrace session on the server (with x's to preserve anonymity): 64160 httpdGIO fd 4 read 558 bytes GET /info.php HTTP/1.0\r Host: tim.x.com\r Accept: