From: Joshua Slive Date: Sat, 9 Dec 2000 19:50:04 +0000 (+0000) Subject: Normalize syntax. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a30058b84dafb59f7aea41f347fcc398ad84787;p=apache Normalize syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68 --- 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: