Re: Access Log Valve invalid requests

2012-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/23/12 12:58 PM, André Warnier wrote: > Find him and shoot him. Or just firewall him out. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Moz

RE: Access Log Valve invalid requests

2012-03-23 Thread Leo Donahue - PLANDEVX
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Access Log Valve invalid requests > > Leo Donahue - PLANDEVX wrote: > > Tomcat 6.0.35 > > > > http://tomcat.apache.org/tomcat-6.0- > doc/config/valve.html#Access_Log_V &g

Re: Access Log Valve invalid requests

2012-03-23 Thread André Warnier
Leo Donahue - PLANDEVX wrote: Tomcat 6.0.35 http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve "Some requests may be handled by Tomcat before they are passed to a container. These include redirects from /foo to /foo/ and the rejection of invalid requests". What is an

Re: Access Log Valve invalid requests

2012-03-23 Thread Konstantin Kolinko
2012/3/23 Leo Donahue - PLANDEVX : > Tomcat 6.0.35 > > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve > > "Some requests may be handled by Tomcat before they are passed to a > container.  These include redirects from /foo to /foo/ and the rejection of > invalid request

Re: Access Log Valve - Query String

2010-10-14 Thread Tim Funk
Use pattern="combined" to see the querystring -Tim On 10/12/2010 12:21 PM, Leo Donahue - PLANDEVX wrote: I am currently using the common pattern to log all requests using the Access Log Valve. - To unsubscribe, e

RE: Access Log Valve - Query String

2010-10-12 Thread Leo Donahue - PLANDEVX
>-Original Message- >From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] >Subject: Access Log Valve - Query String > >I am currently using the common pattern to log all requests using the >Access Log Valve. > >directory="c:/apache-tomcat-logs/webappname" >pref

RE: Access Log Valve

2010-05-06 Thread Caldarale, Charles R
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] > Subject: Access Log Valve > > Why is the access log valve in server.xml commented out initially? Because it's additional overhead. If you're willing to trade off the overhead for the information, turn it on. You can also pl