Logging Apache2 payload to evaluate SOAP message
Posted
by
Phil
on Server Fault
See other posts from Server Fault
or by Phil
Published on 2012-12-08T10:18:57Z
Indexed on
2012/12/08
11:13 UTC
Read the original article
Hit count: 376
I am trying to log webservice specific information with Apache (Apache acts as a load-balancer by use of mod_jk). For instance I want to know how long the responsetime of each webservice-call takes. To do this I definitely would need to know the name of the webservice-method in the log-file. As a matter of fact, the name of the webservice-method is wrapped in the SOAP-body, to which I have no access to with the default-configuration.
Does anybody know an Apache module to extend the log-information? Or are there any other ideas to solve this challenge?
Thx!
© Server Fault or respective owner