mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
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
5 lines
261 B
Plaintext
5 lines
261 B
Plaintext
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."
|