mod_dumpost
mod_dumpost copied to clipboard
Small and lightweight Apache module to log POST data of a HTTP request
Here you go, #18 Cleaned a bit and added settings for binary dumping and filtering urls.
Hi, i was looking for a way to dump POST&PUT data on a production instance using jakarta to serve a java servlet, with the particularity that i also need binary...
Hi, Just been trying to use this module. Having an issue not getting any output from it. ``` apachectl -V | grep version Server version: Apache/2.2.15 (Unix) apachectl -D DUMP_MODULES...
Hi @danghvu I'm interested on this module and improve by adding some new options . But , I've never built an apache module before, and will take long in a...
@danghvu Thank you for this great extension. There is one security concern I have. I am using Ubuntu Trusty. The log **mod_dumpost** creates are owned by `www-data:www-data` and `chmod 644`....