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
virtual
modifier was introduced in Apache
-2.1virtual
modifier and handler passing were
+introduced in Apache 2.1This 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.
PATH_INFO
and PATH_TRANSLATED
+ environment variables. The handler used for the particular request is
+ passed using the REDIRECT_HANDLER
variable.
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.
# 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
virtual
modifier was introduced in Apache
-2.1virtual
modifier and handler passing were
+introduced in Apache 2.1PATH_INFO
and PATH_TRANSLATED
+ environment variables. The handler used for the particular request is
+ passed using the REDIRECT_HANDLER
variable.