On Mon, Apr 14, 2008 at 10:51 AM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>  is it possible to hand over the POST input of a SSI document to a virtual
>  included part of it?
>
>  I have an SSI document that contains
>
>  <!--#include virtual="/ptest/ptest.pl?$QUERY_STRING" -->
>
>  This way I can pass parameters that are passed in the URI to the subrequest.
>  But how can that be done if the request method is POST? (There is only one
>  such part that wants to read the input.)

My understanding is that this is not possible in 2.2, but is possible
in the development version (trunk) using the KeptBodySize directive:
http://httpd.apache.org/docs/trunk/mod/mod_request.html

---------------------------------------------------------------------
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