You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "André Warnier (tomcat)" <aw...@ice-sa.com> on 2015/12/03 22:41:10 UTC

Apache httpd / mod_proxy_ajp logging

Hi.

Although the above module is a httpd-level, this might still be the right place to ask :

I am usually using mod_jk as an Apache httpd / Tomcat connector.
With mod_jk, there is a separate JkLogLevel directive to set the log level, and also a 
separate logfile.

Would anyone here know what is available in that respect with mod_proxy_ajp ?
Can I trace at the httpd level what is actually being proxied to Tomcat ?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Apache httpd / mod_proxy_ajp logging

Posted by Aurélien Terrestris <at...@gmail.com>.
That is right, Chris.

On 2.2, maybe LogLevel debug would give information about proxy traffic but
I did not try. 2.2 is legacy anyway, and less efficient from I what see on
my hosting platform.



2015-12-04 19:21 GMT+01:00 Christopher Schultz <chris@christopherschultz.net
>:

> Aurélien,
>
> On 12/4/15 10:36 AM, Aurélien Terrestris wrote:
> > "Would anyone here know what is available in that respect with
> > mod_proxy_ajp ?"
> >
> > You could try this :
> >
> > LogLevel proxy:trace8
>
> That only works for httpd 2.4+, right?
>
> -chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Apache httpd / mod_proxy_ajp logging

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Aurélien,

On 12/4/15 10:36 AM, Aurélien Terrestris wrote:
> "Would anyone here know what is available in that respect with
> mod_proxy_ajp ?"
> 
> You could try this :
> 
> LogLevel proxy:trace8

That only works for httpd 2.4+, right?

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Apache httpd / mod_proxy_ajp logging

Posted by Aurélien Terrestris <at...@gmail.com>.
"Would anyone here know what is available in that respect with
mod_proxy_ajp ?"

You could try this :

LogLevel proxy:trace8

2015-12-03 22:41 GMT+01:00 André Warnier (tomcat) <aw...@ice-sa.com>:

> Hi.
>
> Although the above module is a httpd-level, this might still be the right
> place to ask :
>
> I am usually using mod_jk as an Apache httpd / Tomcat connector.
> With mod_jk, there is a separate JkLogLevel directive to set the log
> level, and also a separate logfile.
>
> Would anyone here know what is available in that respect with
> mod_proxy_ajp ?
> Can I trace at the httpd level what is actually being proxied to Tomcat ?
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>