On Mon, Jan 9, 2012 at 3:52 PM, Nick Kew <n...@apache.org> wrote: > On Mon, 9 Jan 2012 10:33:53 -0500 > "Pranesh Vadhirajan" <vadhira...@teralogics.com> wrote: > >> Hello All, >> >> I would like to know how to be able to read the content of the request >> that Apache receives. > > What you describe is called an Input Filter. There are examples in > the the standard apache distro: for example, mod_deflate and mod_sed > offer input filters. mod_security and mod_ironbee are third-party > examples. > > I could also recommend the book: see http://www.apachetutor.org/ >
Would the new mod_firehose be appropriate to mention here? http://httpd.apache.org/docs/trunk/mod/mod_firehose.html Cheers Tom