From 433b02e3250eab338aa6a88dc445238e4d585319 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?= 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 Override: FileInfo Status: Base
-Module: mod_actions
+Compatibility: The virtual
modifier was introduced in Apache
-2.1Compatibility: The virtual
modifier and handler passing were
+introduced in Apache 2.1ScriptAlias
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.