Why can't I get Apache2 mod_dumpio working under Lucid Lynx Ubuntu?

Posted by bland328 on Server Fault See other posts from Server Fault or by bland328
Published on 2010-08-10T02:11:59Z Indexed on 2011/01/04 9:55 UTC
Read the original article Hit count: 357

Filed under:
|
|
|
|

I'm trying to capture all of the traffic to and from an Apache2 web server for troubleshooting purposes, so I did the following to try to set mod_dumpio up properly:

  1. Used a2enmod to enable mod_dumpio
  2. Changed LogLevel to "debug" in apache2.config
  3. Added "DumpIOInput On", "DumpIOOutput On" and "DumpIOLogLevel debug" to apache2.config
  4. Issued "/etc/init.d/apache2 restart" to restart Apache
  5. Issued "apache2ctl -t -D DUMP_MODULES" to make sure mod_dumpio was loaded

I'm watching /var/log/apache2/error.log, but not seeing much there, and certainly not a dump of all input and output.

Can anyone help?

© Server Fault or respective owner

Related posts about apache

Related posts about ubuntu