dc5eb9e2d5
outgoing data. mod_log_data is a module for Apache 2.0, logging incoming and outgoing data. This module can be used for debug or for security. This beta version include one filter dumping the POST data for an incoming request, and a filter dumping the outgoing data. WWW: http://loghttp.sourceforge.net/ PR: ports/57661
4 lines
261 B
Text
4 lines
261 B
Text
libexec/apache2/mod_log_data.so
|
|
@exec %D/sbin/apxs -e -a -n log_data %D/%f
|
|
@unexec %D/sbin/apxs -e -a -n log_data %D/%f
|
|
@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf."
|