Add post data to Apache log by mod_dumpio Posted on 2015-12-22 | Tested in Ubuntu 14.04 LTS Apache/2.4.7Reference Enable mod_dumpio modulesudo a2enmod dump_io /etc/init.d/apache2 force-reload Configurationvim etc/apache2/apache2.conf Enable dumping of all input data:DumpIOInput OnDumpIOOutput OnLogLevel dumpio:trace7 /etc/init.d/apache2 restart tail -f /var/log/apache2/error.log Difference of mod_dumpio: apache2.2 apache2.4