From: Joshua Slive Date: Thu, 19 Sep 2002 18:25:33 +0000 (+0000) Subject: Fix a slight mozilla rendering problem by scattering around some harmless X-Git-Tag: WROWE_2_0_43_PRE1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c568b6eeb25c2d6221bb9583890b04490189c4;p=apache Fix a slight mozilla rendering problem by scattering around some harmless

s. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index c52c8b57af..11a78f0d98 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -74,8 +74,8 @@

config
- This command controls various aspects of the parsing. The - valid attributes are: +

This command controls various aspects of the parsing. The + valid attributes are:

errmsg
@@ -142,16 +142,16 @@
exec
- The exec command executes a given shell command or CGI +

The exec command executes a given shell command or CGI script. It requires mod_cgi to be present in the server. The IncludesNOEXEC Option disables this command - completely. The valid attributes are: + completely. The valid attributes are:

cgi
- The value specifies a (%-encoded) URL-path to +

The value specifies a (%-encoded) URL-path to the CGI script. If the path does not begin with a slash (/), then it is taken to be relative to the current document. The document referenced by this path is @@ -159,7 +159,7 @@ normally recognize it as such. However, the directory containing the script must be enabled for CGI scripts (with ScriptAlias - or the ExecCGI Option). + or the ExecCGI Option).

The CGI script is given the PATH_INFO and query string (QUERY_STRING) of the original request from the @@ -223,9 +223,9 @@

fsize
- This command prints the size of the specified file, subject +

This command prints the size of the specified file, subject to the sizefmt format specification. - Attributes: + Attributes:

file
@@ -251,7 +251,7 @@
include
- This command inserts the text of another document or file +

This command inserts the text of another document or file into the parsed file. Any included file is subject to the usual access control. If the directory containing the parsed file has the Option @@ -260,7 +260,7 @@ included; this prevents the execution of CGI scripts. Otherwise CGI scripts are invoked as normal using the complete URL given in the command, including any query - string. + string.

An attribute defines the location of the document; the inclusion is done for each attribute given to the include diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index b9a65c0209..d36e3a52e8 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -83,8 +83,8 @@

config
- This command controls various aspects of the parsing. The - valid attributes are: +

This command controls various aspects of the parsing. The + valid attributes are:

errmsg
@@ -151,17 +151,17 @@
exec
- The exec command executes a given shell command or CGI +

The exec command executes a given shell command or CGI script. It requires mod_cgi to be present in the server. The IncludesNOEXEC Option disables this command - completely. The valid attributes are: + completely. The valid attributes are:

cgi
- The value specifies a (%-encoded) URL-path to +

The value specifies a (%-encoded) URL-path to the CGI script. If the path does not begin with a slash (/), then it is taken to be relative to the current document. The document referenced by this path is @@ -169,7 +169,7 @@ normally recognize it as such. However, the directory containing the script must be enabled for CGI scripts (with ScriptAlias - or the ExecCGI Option). + or the ExecCGI Option).

The CGI script is given the PATH_INFO and query string (QUERY_STRING) of the original request from the @@ -234,9 +234,9 @@

fsize
- This command prints the size of the specified file, subject +

This command prints the size of the specified file, subject to the sizefmt format specification. - Attributes: + Attributes:

file
@@ -262,7 +262,7 @@
include
- This command inserts the text of another document or file +

This command inserts the text of another document or file into the parsed file. Any included file is subject to the usual access control. If the directory containing the parsed file has the Option @@ -271,7 +271,7 @@ included; this prevents the execution of CGI scripts. Otherwise CGI scripts are invoked as normal using the complete URL given in the command, including any query - string. + string.

An attribute defines the location of the document; the inclusion is done for each attribute given to the include