I think that virtual includes are handled with Apache sub-requests, so
you might be able to get it the post data through $r->prev. Worth a
shot anyway.
Adam
Quoting Torsten Foertsch <[EMAIL PROTECTED]>:
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.)
Thanks,
Torsten