[EMAIL PROTECTED] .htaccess file reading...

2005-08-16 Thread Tim Traver
Hi all, ok, quick question. I want to make some configuration changes so that the whole directory path is not walked to look for .htaccess files to improve performance. I currently have a custom module that I have made that sets the Document root based on host names, and it is a relatively l

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\

[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

Re: [users@httpd] Forcing External Redirect requests through mod_rewrite and proxy

2005-06-14 Thread Tim Traver
that mime type... Tim. Joshua Slive wrote: On 6/14/05, Tim Traver <[EMAIL PROTECTED]> wrote: Hi all, ok, this may sound wierd, but I'm sure you guys have heard it all... I am trying to do a proxy redirect using the [P] directive at the end of a mod_rewrite rule. Here

[users@httpd] Forcing External Redirect requests through mod_rewrite and proxy

2005-06-14 Thread Tim Traver
Hi all, ok, this may sound wierd, but I'm sure you guys have heard it all... I am trying to do a proxy redirect using the [P] directive at the end of a mod_rewrite rule. Here is what my .htaccess file looks like : RewriteEngine On RewriteCond %{REQUEST_URI} !-s RewriteRule ^page/(.*) http://d