From e04f6664d1fec93ef66e0ca65b18cde4550b22a5 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Fri, 25 Jul 2003 22:46:38 +0000 Subject: [PATCH] - remove to occurences of 'instead' without reference centre - some markup improvement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100790 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_actions.html.en | 15 ++++++++------- docs/manual/mod/mod_actions.xml | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 26c802687f..0863f3c0e4 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -84,11 +84,11 @@ introduced in Apache 2.1

In the first example, requests for files with a MIME content - type of image/gif will instead be handled by the + type of image/gif will be handled by the specified cgi script /cgi-bin/images.cgi.

In the second example, requests for files with a file extension of - .xyz are handled instead by the specified cgi script + .xyz are handled by the specified cgi script /cgi-bin/program.cgi.

The optional virtual modifier turns off the check @@ -125,7 +125,8 @@ method. method. The cgi-script is the URL-path to a 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.

+ PATH_INFO and PATH_TRANSLATED environment + variables.

Any arbitrary method name may be used. Method names are @@ -134,11 +135,11 @@ method. effects.
-

Note that the Script command defines default actions only. - If a CGI script is called, or some other resource that is +

Note that the Script command defines default + actions only. If a CGI script is called, or some other resource that is capable of handling the requested method internally, it will do - so. Also note that Script with a method of GET - will only be called if there are query arguments present + so. Also note that Script with a method of + GET will only be called if there are query arguments present (e.g., foo.html?hi). Otherwise, the request will proceed normally.

diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index b69489ff21..8962026fbb 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -63,11 +63,11 @@ introduced in Apache 2.1

In the first example, requests for files with a MIME content - type of image/gif will instead be handled by the + type of image/gif will be handled by the specified cgi script /cgi-bin/images.cgi.

In the second example, requests for files with a file extension of - .xyz are handled instead by the specified cgi script + .xyz are handled by the specified cgi script /cgi-bin/program.cgi.

The optional virtual modifier turns off the check @@ -104,7 +104,8 @@ method. module="mod_alias">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.

+ PATH_INFO and PATH_TRANSLATED environment + variables.

Any arbitrary method name may be used. Method names are @@ -113,11 +114,11 @@ method. effects. -

Note that the Script command defines default actions only. - If a CGI script is called, or some other resource that is +

Note that the Script command defines default + actions only. If a CGI script is called, or some other resource that is capable of handling the requested method internally, it will do - so. Also note that Script with a method of GET - will only be called if there are query arguments present + so. Also note that Script with a method of + GET will only be called if there are query arguments present (e.g., foo.html?hi). Otherwise, the request will proceed normally.

-- 2.50.1