From e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 9 Dec 2000 19:50:04 +0000 Subject: [PATCH] Normalize syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 110 ++++++++++++----------- docs/manual/mod/directive-dict.html | 12 ++- docs/manual/mod/directive-dict.html.en | 12 ++- docs/manual/mod/mod_access.html | 4 +- docs/manual/mod/mod_alias.html | 2 +- docs/manual/mod/mod_auth.html | 7 +- docs/manual/mod/mod_auth_anon.html | 13 ++- docs/manual/mod/mod_auth_db.html | 3 +- docs/manual/mod/mod_auth_dbm.html | 2 +- docs/manual/mod/mod_auth_digest.html | 22 ++--- docs/manual/mod/mod_autoindex.html | 43 ++++----- docs/manual/mod/mod_cern_meta.html | 4 +- docs/manual/mod/mod_cgi.html | 8 +- docs/manual/mod/mod_charset_lite.html | 3 +- docs/manual/mod/mod_dav.html | 8 +- docs/manual/mod/mod_dir.html | 28 ++++-- docs/manual/mod/mod_env.html | 6 +- docs/manual/mod/mod_expires.html | 7 +- docs/manual/mod/mod_ext_filter.html | 3 +- docs/manual/mod/mod_file_cache.html | 5 +- docs/manual/mod/mod_headers.html | 7 +- docs/manual/mod/mod_imap.html | 10 +-- docs/manual/mod/mod_include.html | 5 +- docs/manual/mod/mod_isapi.html | 8 +- docs/manual/mod/mod_log_referer.html | 3 +- docs/manual/mod/mod_mime.html | 24 +++-- docs/manual/mod/mod_mmap_static.html | 3 +- docs/manual/mod/mod_negotiation.html | 6 +- docs/manual/mod/mod_proxy.html | 117 +++++++++++++------------ docs/manual/mod/mod_rewrite.html | 24 ++--- docs/manual/mod/mod_setenvif.html | 15 ++-- docs/manual/mod/mod_so.html | 13 +-- docs/manual/mod/mod_speling.html | 2 +- docs/manual/mod/mod_status.html | 2 +- docs/manual/mod/mod_userdir.html | 4 +- docs/manual/mod/mod_usertrack.html | 2 +- docs/manual/mod/mpm_common.html | 6 +- 37 files changed, 315 insertions(+), 238 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index ddc17453a7..9bb2f5e97a 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -84,7 +84,8 @@ always available. Syntax: AccessFileName filename filename ...
+>Syntax: AccessFileName filename +[filename] ...

AddDefaultCharset directive

Syntax: -AddDefaultCharset Off / On / charset
+AddDefaultCharset On|Off|charset
Context: all
Status: @@ -136,7 +137,7 @@ in the body of the document via a META tag. A setting of AddDefaultCharset Off disables this functionality. AddDefaultCharset On enables Apache's internal default charset of iso-8859-1 as required by the -directive. You can also specify an alternate charset to be used; +directive. You can also specify an alternate charset to be used; e.g. AddDefaultCharset utf-8.


@@ -145,7 +146,7 @@ e.g. AddDefaultCharset utf-8. Syntax: AddModule module module ...
+>Syntax: AddModule module [module] ...

Syntax: AllowOverride override override ...
+>Syntax: AllowOverride All|None|directive-type +[directive-type] ...

REL="Help" >Status:
core

-When the server finds an .htaccess file (as specified by +

When the server finds an .htaccess file (as specified by AccessFileName) it needs to know which -directives declared in that file can override earlier access information.

+directives declared in that file can override earlier access information.

-Override can be set to None, in which case the server -will not read the file, All in which case the server will -allow all the directives, or one or more of the following: +

When this directive is set to None, then +.htaccess files are completely ignored. In this case, the server +will not even attempt to read .htaccess files in the filesystem.

+ +

When this directive is set to All, then any directive +which has the .htaccess Context is allowed in .htaccess +files.

+ +

The directive-type can be one of the following groupings +of directives.

AuthConfig
@@ -273,7 +283,7 @@ It must be accompanied by AuthType and Syntax: AuthType type
+>Syntax: AuthType Basic|Digest
AddModule directive.


Syntax: ContentDigest on|off
+>Syntax: ContentDigest on|off


Syntax: ErrorLog filename|syslog[:facility] +>Syntax: ErrorLog filename|syslog[:facility]
Syntax: HostNameLookups on | off | double
+>Syntax: HostNameLookups on|off|double

Syntax: IdentityCheck boolean
+>Syntax: IdentityCheck on|off

KeepAlive directive

-Syntax: KeepAlive on/off
+Syntax: KeepAlive on/off
Default: KeepAlive On
HREF="directive-dict.html#Syntax" REL="Help" >Syntax: - <Limit method method ... > ... </Limit>
+ <Limit method [method] ... > ... </Limit>
Syntax: - <LimitExcept method method ... > ... </LimitExcept>
+ <LimitExcept method [method] ... > ... </LimitExcept>
Syntax: LimitRequestBody number
+>Syntax: LimitRequestBody bytes
-Number is a long integer from 0 (meaning unlimited) to 2147483647 -(2GB). The default value is defined by the compile-time constant +

This directive specifies the number of bytes from 0 +(meaning unlimited) to 2147483647 (2GB) that are allowed in a request +body. The default value is defined by the compile-time constant DEFAULT_LIMIT_REQUEST_BODY (0 as distributed).

@@ -1295,7 +1306,7 @@ of denial-of-service attacks. Apache 1.3.2 and later.

-Number is an integer from 0 (meaning unlimited) to 32767. +

Number is an integer from 0 (meaning unlimited) to 32767. The default value is defined by the compile-time constant DEFAULT_LIMIT_REQUEST_FIELDS (100 as distributed).

@@ -1323,7 +1334,7 @@ fields were sent in the request.

Syntax: LimitRequestFieldsize number
+>Syntax: LimitRequestFieldsize bytes
Apache 1.3.2 and later.

-Number is an integer size in bytes from 0 to the value of the -compile-time constant DEFAULT_LIMIT_REQUEST_FIELDSIZE -(8190 as distributed). +This directive specifies the number of bytes from 0 to the +value of the compile-time constant +DEFAULT_LIMIT_REQUEST_FIELDSIZE (8190 as distributed) +that will be allowed in an HTTP request header.

The LimitRequestFieldsize directive allows the server administrator to reduce @@ -1370,7 +1382,7 @@ not be changed from the default.

Syntax: LimitRequestLine number
+>Syntax: LimitRequestLine bytes
Apache 1.3.2 and later.

-Number is an integer size in bytes from 0 to the value of the -compile-time constant DEFAULT_LIMIT_REQUEST_LINE -(8190 as distributed). +This directive sets the number of bytes from 0 to the value +of the compile-time constant DEFAULT_LIMIT_REQUEST_LINE +(8190 as distributed) that will be allowed on the HTTP request-line.

The LimitRequestLine directive allows the server administrator to reduce @@ -1726,7 +1738,7 @@ virtual hosts should be used, e.g. Syntax: Options [+|-]option [+|-]option ...
+>Syntax: Options [+|-]option [[+|-]option] ...


Syntax: Require entity-name entity entity...
+>Syntax: Require entity-name [entity-name] ...

This directive selects which authenticated users can access a directory. The allowed syntaxes are: