From: Ralf S. Engelschall Date: Wed, 18 Nov 1998 09:15:27 +0000 (+0000) Subject: Fix documentation of `Action' directive: It can activate a CGI script when X-Git-Tag: 1.3.4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6defc369edd16b03088d42dfaaec31bbee61d69;p=apache Fix documentation of `Action' directive: It can activate a CGI script when either a handler or a MIME content type is triggered by the request. We forgot to mention the handler-based variant here. Submitted by: Andrew Pimlott Reviewed by: Ralf S. Engelschall PR: 3340 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82398 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html index 3819b13068..43174f7701 100644 --- a/docs/manual/mod/mod_actions.html +++ b/docs/manual/mod/mod_actions.html @@ -39,7 +39,7 @@ process files. Syntax: Action MIME-type cgi-script
+>Syntax: Action action-type cgi-script

This directive adds an action, which will activate cgi-script when -a file of content type MIME-type is requested. It sends the -URL and file path of the requested document using the standard -CGI PATH_INFO and PATH_TRANSLATED environment variables. +action-type is triggered by the request. 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.