Hi there,
I have the following use-case: Capture and parse HTTP(S) POST request information from Apache web servers. An Apache module (mod_dumpio) is able to do the job.
However, the mod_dumpio module gives tons of information (rightfully so, given the verbosity of the log level which it is set to).
2 questions:
- Are there any plans to support output from the Apache mod_dumpio module? (Highly unlikely I understand, given that few others would have such a use-case outside I believe)
- If there are any suggestions on another way of fulfilling my use case (besides libapache2-mod-security2)?
Thank you for your time!