Skip to content
andygill edited this page Jan 4, 2015 · 2 revisions

How to turn on debugging of req/resp:

Uncomment:

LoadModule dumpio_module libexec/apache2/mod_dumpio.so

Add:

# LogLevel warn                                                                                                   
# Added for debugging                                                                                        
LogLevel debug
DumpIOInput On
DumpIOOutput On

Clone this wiki locally