]> granicus.if.org Git - apache/commitdiff
Fix documentation of `Action' directive: It can activate a CGI script when
authorRalf S. Engelschall <rse@apache.org>
Wed, 18 Nov 1998 09:15:27 +0000 (09:15 +0000)
committerRalf S. Engelschall <rse@apache.org>
Wed, 18 Nov 1998 09:15:27 +0000 (09:15 +0000)
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 <pimlott@math.harvard.edu>
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

docs/manual/mod/mod_actions.html

index 3819b13068ad0b8425d798c7e8cfb8f7062ade9f..43174f7701832ded4f842a701a3ce4c259362586 100644 (file)
@@ -39,7 +39,7 @@ process files.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Action <EM>MIME-type cgi-script</EM><BR>
+><STRONG>Syntax:</STRONG></A> Action <EM>action-type cgi-script</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -65,9 +65,10 @@ and later
 </P>
 <P>
 This directive adds an action, which will activate <EM>cgi-script</EM> when
-a file of content type <EM>MIME-type</EM> is requested. It sends the
-URL and file path of the requested document using the standard
-CGI PATH_INFO and PATH_TRANSLATED environment variables.
+<EM>action-type</EM> is triggered by the request. The <EM>action-type</EM> can
+be either a <A HREF="../handler.html">handler</A> 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.
 </P>
 <HR>