From: André Malo Date: Mon, 21 Oct 2002 20:19:17 +0000 (+0000) Subject: typo X-Git-Tag: 2.0.44~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de158f522416ee8000da1315b515d91f48a51fb1;p=thirdparty%2Fapache%2Fhttpd.git typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97278 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index cf5c32ce20c..09409072b42 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -61,7 +61,7 @@ method.Syntax:

This directive adds an action, which will activate cgi-script when a file is requested using the method of 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 + resource that has been designated 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.

diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index ba6e340a63f..592f26b0d63 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -84,7 +84,7 @@ method. cgi-script when a file is requested using the method of method. The cgi-script is the URL-path to a resource that has been designated as a CGI script using ScriptAliase or 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.