Excluding directories from access log

2005-01-21 Thread footh
I use the AccessLogValve to do standard logging for requests to my site. However, I find that image file requests dominate the log file. Is there way to exclude an entire directory from printing to the access log when its files are requested? I looked at the docs and all I could find was the

Re: Excluding directories from access log

2005-01-21 Thread Tim Funk
The condition attribute will work. You need to write a filter to set or clear the variable that the AccessLogValve's condition looks for. -Tim footh wrote: I use the AccessLogValve to do standard logging for requests to my site. However, I find that image file requests dominate the log file. Is

excluding directories

2004-10-21 Thread Didier McGillis
I have apache/tomcat all hooked up via mod_jk2. I had everything golden and great. I moved one of the environment from http://domain/app1 to http://domain/ works fine you can access the other apps even though they are not part of the directory structure. however, and I just noticed this today.

RE: Excluding directories from mod_jk mount

2002-10-16 Thread Michael Schulz
webapps, such as JkMount /webapp1/* balancer JkMount /webapp2/* balancer etc. -Mike -Original Message- From: Schnitzer, Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 8:36 PM To: Tomcat Users List Subject: RE: Excluding directories from mod_jk mount

Excluding directories from mod_jk mount

2002-10-15 Thread Schnitzer, Jeff
Hi! I'm using mod_jk to mount the root level of a webapp: JkMount /* balancer Is there a way to exclude some directories? In particular, I'd like Apache to serve all content in /static. I've tried: Alias /static /my/path/to/static ...but that doesn't seem to work :-( Yes, I know I

Re: Excluding directories from mod_jk mount

2002-10-15 Thread Matthew Hannigan
On Tue, Oct 15, 2002 at 05:36:00PM -0700, Schnitzer, Jeff wrote: Is there a way to exclude some directories? In particular, I'd like Apache to serve all content in /static. Check the thread static pages in mod_jk/ajp13 Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Excluding directories from mod_jk mount

2002-10-15 Thread Schnitzer, Jeff
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 5:46 PM To: Tomcat Users List Subject: Re: Excluding directories from mod_jk mount On Tue, Oct 15, 2002 at 05:36:00PM -0700, Schnitzer, Jeff wrote: Is there a way to exclude some directories? In particular, I'd like Apache to serve

Re: Excluding directories from mod_jk mount

2002-10-15 Thread Matthew Hannigan
On Tue, Oct 15, 2002 at 06:36:11PM -0700, Schnitzer, Jeff wrote: I'm having difficulty finding a thread with that specific title. Yeah I got it wrong, it's static rules for jk/ajp13 Is this possible? Allegedly. Haven't done it myself. Sorry I can't help you more. Matt -- To