Re: [us...@httpd] Question about conditional logging

2009-08-31 Thread Brian Hirt
Thank you, I was only looking at the core apache logging, not the mod_rewrite logging. I'll check this out. Kind Regards, Brian On Aug 31, 2009, at 11:12 AM, Eric Covener wrote: On Mon, Aug 31, 2009 at 12:54 PM, Brian Hirt wrote: Hi, From the best I can tell, the conditional logging c

Re: [us...@httpd] Question about conditional logging

2009-08-31 Thread Eric Covener
On Mon, Aug 31, 2009 at 12:54 PM, Brian Hirt wrote: > Hi, > > From the best I can tell, the conditional logging can only be based on the > request data, not the outcome of the rewrite rules. Didn't follow, but can you setup conditional logging and use the "E" RewriteRule flag as in [E=dontlog:1]

[us...@httpd] Question about conditional logging

2009-08-31 Thread Brian Hirt
Hi, I have a proxy/mod_rewrite server set up between an application and our users. All of the logging is done on the the application side which is required because of some custom information that's included is the logs that the proxy doesn't have access to. The proxy does have some basi