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/ -- Nick Kew