POST Support
A general
POST Script
is set us as
POST-script /home/www/cgi-bin/post.script
It is activated when the HTTP method is
POST
and no other scripts are matched in the
Exec
rules.
The script is passed a wide set of environment variables, but the following are the most important
PATH_INFO
: The name of the document that is going to be posted.
PATH_TRANSLATED
: The
PATH_INFO
but translated through the pass rules in the configuration file.
Henrik Frystyk and Carlos Varela, October 17 1994