On 4/24/06, Redding, Jason <[EMAIL PROTECTED]> wrote:
> I'm using a perl script as my external filter (mod_ext_filter) and I
> need to find out how to access POST data from within this filter.

For this, you need an input filter (mode=input).  If what you want to
do is affect both the request and the response, you'll need to
different filters, and should perhaps be thinking of a handler anyway.
 More specifics about what you are trying to accomplish might help.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to