From 31f794eb0010c5def94f27bf97f7aafb1458f45e Mon Sep 17 00:00:00 2001
From: Joshua Slive This directive adds an action, which will activate
- cgi-script when action-type is triggered by
- the request. The action-type can be either a handler or a MIME content type. It
+ cgi-script when action-type is triggered by the
+ request. The cgi-script is the URL-path to a resource
+ that has been designated as a CGI script using This directive adds an action, which will activate
cgi-script when a file is requested using the method of
- method. It sends the URL and file path of the requested
- document using the standard CGI PATH_INFO and PATH_TRANSLATED
- environment variables.Action Action Directive
Description: Activates a CGI script for a particular handler or
content-type Syntax: Action action-type cgi-script Context: server config, virtual host, directory, .htaccess Override: FileInfo Status: Base Module: mod_actions ScriptAliase
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.
method. Syntax: Script method cgi-script Context: server config, virtual host, directory Status: Base Module: mod_actions ScriptAliase
or AddHandler
. The URL and
+ file path of the requested document is sent using the standard CGI
+ PATH_INFO and PATH_TRANSLATED environment variables.
Any arbitrary method name may be used. Method names are diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index 5cc21cfc0d..21bbe842db 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -38,8 +38,12 @@ content-type This directive adds an action, which will activate - cgi-script when action-type is triggered by - the request. The action-type can be either a cgi-script when action-type is triggered by the + request. The cgi-script is the URL-path to a resource + that has been designated as a CGI script using
ScriptAliase orAddHandler . 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 @@ -82,9 +86,12 @@ method.This directive adds an action, which will activate cgi-script when a file is requested using the method of - method. It sends the URL and file path of the requested - document using the standard CGI PATH_INFO and PATH_TRANSLATED - environment variables.
+ method. The cgi-script is the URL-path to a + resource that has been designated as a CGI script usingScriptAliase orAddHandler . The URL and + file path of the requested document is sent using the standard CGI + PATH_INFO and PATH_TRANSLATED environment variables.Any arbitrary method name may be used. Method names are -- 2.40.0