From 31f794eb0010c5def94f27bf97f7aafb1458f45e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 14 Apr 2002 16:57:46 +0000 Subject: [PATCH] Let people know what a "cgi-script" is and how to reference it. PR: 8037 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94648 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_actions.html | 13 ++++++++----- docs/manual/mod/mod_actions.xml | 17 ++++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html index cca5fa0679..5e85041115 100644 --- a/docs/manual/mod/mod_actions.html +++ b/docs/manual/mod/mod_actions.html @@ -13,8 +13,10 @@ media type or request method.Action
  • Script

  • 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

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

    @@ -41,9 +43,10 @@ content-type method.Syntax: Script method cgi-scriptContext:server config, virtual host, directoryStatus:BaseModule:mod_actions

    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 using 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 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 @@ -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 using 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 -- 2.40.0