Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Joshua Slive
On 6/17/05, Tim Traver <[EMAIL PROTECTED]> wrote: > Joshua, > > actually, PROXY_ADDR is an environment variable that is created by > mod_extract_forwarded... It is possible that this module is setting the variable too late in request processing for mod_setenif to get at it. > > But, HTTP_X_F

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: text/xml,applica

Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Tim Traver
Joshua Slive wrote: 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

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 refu

[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 variable