Apache - ku-fpg/blackboard GitHub Wiki

Restarting

sudo /usr/sbin/apachectl restart

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