]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_firehose: Add a new debugging module able to record traffic
authorGraham Leggett <minfrin@apache.org>
Sat, 17 Dec 2011 17:03:59 +0000 (17:03 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 17 Dec 2011 17:03:59 +0000 (17:03 +0000)
commit9ad824e7932904bb514a39bb86921f1002508b31
tree2dccc5741a4cde65eddd482918796256356375c5
parent0a914256967aec872a9ba8651fb009c37d4f8cf3
mod_firehose: Add a new debugging module able to record traffic
passing through the server in such a way that connections and/or
requests be reconstructed and replayed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215525 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/allmodules.xml
docs/manual/mod/mod_firehose.xml [new file with mode: 0644]
docs/manual/programs/index.xml
modules/debugging/config.m4
modules/debugging/mod_firehose.c [new file with mode: 0644]
support/Makefile.in
support/config.m4
support/firehose.c [new file with mode: 0644]