Enabling mod_dumpio logging
I have a similar issue to what was referenced in this ancient article, however I didn't want to bump the old post, nor did I see a real answer to the issue.
I've successfully enabled mod_dumpio in Apache, as seen here:
--
-- I've also tried numerous configuration options referenced from Apache''s official mod_dumpio documentation. None of which have produced logs (detailed any more than originally) (that I was able to find) of POST requests received by Apache. Example of same typical log: --
-- Any thoughts, help or input on this would be much appreciated.
# httpd -M |grep dump
dumpio_module (static)
# httpd -L |grep Dump
DumpIOInput (mod_dumpio.c)
Enable I/O Dump on Input Data
DumpIOOutput (mod_dumpio.c)
Enable I/O Dump on Output Data
-- I've also tried numerous configuration options referenced from Apache''s official mod_dumpio documentation. None of which have produced logs (detailed any more than originally) (that I was able to find) of POST requests received by Apache. Example of same typical log: --
##.##.###.## - - [09/Apr/2015:12:24:32 -0500] "POST /index.php?/Core HTTP/1.1" 200 204 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2334.0 Safari/537.36"
##.##.###.## - - [09/Apr/2015:12:25:05 -0500] "POST /index.php?/Core HTTP/1.1" 200 205 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2334.0 Safari/537.36"
-- Any thoughts, help or input on this would be much appreciated.
-
Actually, got the results that I wanted/need by using mod_sec instead. Enabled these: -- SecDebugLogLevel 6 SecRequestBodyAccess On
-- I was able to see POST bodies.0 -
Hello, I am happy to see you were able to address the issue. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
2 comments