On Friday 13 October 2006 20:26, Steve Kemp wrote: > Is there a simple way for my module to read/process the incoming > POST data, whilst still allowing the data to be passed on to > mod_cgi, etc?
That's what input filters are for. How best to do it depends on the nature and size of the requests you're processing. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.prenhallprofessional.com/title/0132409674
