Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 78668 invoked by uid 500); 14 Apr 2002 16:58:47 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 78568 invoked by uid 500); 14 Apr 2002 16:58:46 -0000 Delivered-To: apmail-apache-docs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 14 Apr 2002 16:58:45 -0000 Message-ID: <20020414165845.2620.qmail@icarus.apache.org> From: slive@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_actions.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N slive 02/04/14 09:58:45 Modified: htdocs/manual/mod mod_actions.html Log: Let people know what a "cgi-script" is and how to reference it. PR: 8037 Revision Changes Path 1.18 +10 -6 httpd-docs-1.3/htdocs/manual/mod/mod_actions.html Index: mod_actions.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_actions.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -b -u -r1.17 -r1.18 --- mod_actions.html 11 Nov 2001 01:54:38 -0000 1.17 +++ mod_actions.html 14 Apr 2002 16:58:45 -0000 1.18 @@ -66,9 +66,11 @@ available in Apache 1.1 and later

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 configured 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.

@@ -115,9 +117,11 @@

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 configured as a CGI script using + ScriptAlias or AddHandler. The URL and + file path of the requested document is sent using the standard CGI + PATH_INFO and PATH_TRANSLATED environment variables.

Prior to Apache 1.3.10, method can only be one of --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org