Discussion:
Recording FULL HTTP traffic in Apache
(too old to reply)
s***@gmail.com
2016-05-28 03:50:58 UTC
Permalink
I know that Apache can record 'Headers' of HTTP requests. Is there any way to configure it so it can record Full HTTP requests and responses (I mean both headers and bodies) similar to what proxy servers do?

Thanks
patpro ~ patrick proniewski
2016-05-28 05:56:50 UTC
Permalink
Post by s***@gmail.com
I know that Apache can record 'Headers' of HTTP requests. Is there any way to
configure it so it can record Full HTTP requests and responses (I mean both
headers and bodies) similar to what proxy servers do?
you could get some luck with mod_security audit logs.
But in case it is not enough, and you have only plain text http (no
https), you should rely on an external software (proxy or firewall).
--
À vendre :
http://www.leboncoin.fr/informatique/821220894.htm
http://www.leboncoin.fr/informatique/821221994.htm
v***@gmail.com
2016-06-29 06:29:06 UTC
Permalink
Post by s***@gmail.com
I know that Apache can record 'Headers' of HTTP requests. Is there any way to configure it so it can record Full HTTP requests and responses (I mean both headers and bodies) similar to what proxy servers do?
Thanks
I think that better way is to do that on your gateway or using some proxy solution, not apache itself.

It can be done using mod_security but Apache will use lot of resources doing that, especially RAM.
Loading...