logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: My Apache doesn't log requests and responses
Author
AdamW



Joined: 12 Jul 2016
Posts: 2
Location: Germany, Wiesbaden

PostPosted: Thu 14 Jul '16 9:19    Post subject: My Apache doesn't log requests and responses Reply with quote

Hello all,
because of strange behaviour of my mod_jk connected tomcat, i'm trying to debug it. I want to trace the traffic between apache and tomcat. Therefore i'm tying to enahnce the apache loglevel to log incoming requests and outgoing responses. But it doesn't do anything of that. The only things logged, are the apache restart loggings. I tried different settings in log_config_module. I even tried to use log_forensic_module, but no access is logged in any logfile (in the vhost-configuration i disabled the logging-directives so it should just teke the httpd.conf settings).
Could anyone give my an advice, why it doesn't log any requests/accesses to the webserver?
Here is my httpd.conf:

Admin note:

httpd.conf removed, see forum rules. Moved to http://apaste.info/v3s
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 21 Jul '16 23:54    Post subject: Reply with quote

You can't trace the traffic between apache and tomcat with mod_jk. It is using the AJP protocol which is bidirectional binary.

What kind of problem do you face?
Back to top


Reply to topic   Topic: My Apache doesn't log requests and responses View previous topic :: View next topic
Post new topic   Forum Index -> Apache