At 05:09 AM 8/22/2004, you wrote: >On Sun, 22 Aug 2004, Cliff Woolley wrote: > >To the OP in reply to your direct contact explaining more about your >problem, you might want to look at the input filter in mod_security, >which does something broadly similar. But if you want to POST to SSI >you've got a simpler, more fundamental issue to deal with: the default >handler - the one that just sends a file - doesn't accept POST. If your >data are not large, a simple handler that converts the data to GET >and does an internal redirect might be a simpler workaround.
Or investigate a method to enable apreq-2 parsing of the post/get data for mod_include. It might be slick to roll apreq-2 as the recommended get/post variable handling for httpd-2.2 - I really suspect this is the simplest approach, Anthony. Bill
