From: André Malo Date: Mon, 14 Jul 2003 16:11:07 +0000 (+0000) Subject: document handler passing X-Git-Tag: pre_ajp_proxy~1430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=433b02e3250eab338aa6a88dc445238e4d585319;p=apache document handler passing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 8bc8c7aced..26c802687f 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -61,8 +61,8 @@ content-type Override:FileInfo Status:Base Module:mod_actions -Compatibility:The virtual modifier was introduced in Apache -2.1 +Compatibility:The virtual modifier and handler passing were +introduced in Apache 2.1

This directive adds an action, which will activate cgi-script when action-type is triggered by the @@ -70,8 +70,9 @@ content-type that has been designated as a CGI script using ScriptAlias or AddHandler. The action-type can be either a handler or a MIME content type. It sends the URL and file path of the requested document using the - standard CGI PATH_INFO and PATH_TRANSLATED environment - variables.

+ standard CGI PATH_INFO and PATH_TRANSLATED + environment variables. The handler used for the particular request is + passed using the REDIRECT_HANDLER variable.

Examples

# Requests for files of a particular type:
diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index 3077107a9a..b69489ff21 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -36,8 +36,8 @@ content-type directory.htaccess FileInfo -The virtual modifier was introduced in Apache -2.1 +The virtual modifier and handler passing were +introduced in Apache 2.1

This directive adds an action, which will activate @@ -49,8 +49,9 @@ content-type action-type can be either a handler or a MIME content type. It sends the URL and file path of the requested document using the - standard CGI PATH_INFO and PATH_TRANSLATED environment - variables.

+ standard CGI PATH_INFO and PATH_TRANSLATED + environment variables. The handler used for the particular request is + passed using the REDIRECT_HANDLER variable.

Examples # Requests for files of a particular type: