From 433b02e3250eab338aa6a88dc445238e4d585319 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 14 Jul 2003 16:11:07 +0000 Subject: [PATCH] document handler passing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100599 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_actions.html.en | 9 +++++---- docs/manual/mod/mod_actions.xml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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:
-- 2.50.1