aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_data
Commit message (Collapse)AuthorAgeFilesLines
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* - Respect "apache modules convention".Clement Laforet2004-08-171-2/+2
| | | | | | | | When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default) Notes: svn path=/head/; revision=116518
* - SIZEifyClement Laforet2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104354
* Oops, use my FreeBSD.org address.Clement Laforet2004-02-261-2/+2
| | | | | | | While I'm here clarify COMMENT too. Notes: svn path=/head/; revision=102211
* Add mod_log_data 0.0.3, module for Apache 2.0 to log incoming andClement Laforet2004-02-264-0/+45
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 Notes: svn path=/head/; revision=102209