From: Ken Coar Date: Thu, 14 Aug 1997 01:24:49 +0000 (+0000) Subject: Some typos and other cleanup from Martin the doc-walloper. X-Git-Tag: APACHE_1_3b1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20b6dbadf319daede5eef1f429e73209878a780;p=thirdparty%2Fapache%2Fhttpd.git Some typos and other cleanup from Martin the doc-walloper. (.htaccess changes reverted to generic htaccess after some discussion.) Submitted by: Martin Kraemer Reviewed by: Paul Sutton, Marc Slemko, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78963 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index b298354094a..11a9bf0f27a 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -457,7 +457,7 @@ please avoid that.

ErrorDocument directive

Syntax: ErrorDocument error-code document
-Context server config, virtual host, directory, .htaccess
+Context: server config, virtual host, directory, .htaccess
Status: core
Override: FileInfo
Compatibility: The directory and .htaccess contexts @@ -527,7 +527,7 @@ than the user that starts the server.

<Files> directive

Syntax: <Files filename> ... </Files>
-Context: server config, virtual host, htaccess
+Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.2 and above.

@@ -554,7 +554,7 @@ the ~ character. For example:

would match most common Internet graphics formats. In Apache 1.3 and -later, <FilesMatch> is perferred, +later, <FilesMatch> is preferred, however.

Note that unlike <FilesMatch> Syntax: <FilesMatch regex> ... </Files>
-Context: server config, virtual host, htaccess
+Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.3 and above.

@@ -745,7 +745,7 @@ server resources. Set this to 0 to disable support.

Apache 1.2 and later: Set to "On" to enable persistent connections, "Off" to disable. See also the MaxKeepAliveRequests directive.

+href="#maxkeepaliverequests">MaxKeepAliveRequests directive.


KeepAliveTimeout directive

Syntax: KeepAliveTimeout seconds
@@ -794,7 +794,7 @@ versions after 1.2.0.

The maximum length of the queue of pending connections. Generally no tuning is needed or desired, however on some systems it is desirable to increase this when under a TCP SYN flood attack. See -the backlog parameter to the listen(2) system call. +the backlog parameter to the listen(2) system call.


<Limit> directive

@@ -854,7 +854,7 @@ the

would match URLs that contained the substring "/extra/data" or "/special/data". However, in Apache 1.3 and above, use of <LocationMatch> is perferred.

+href="#locationmatch"><LocationMatch> is preferred.

The Location functionality is especially useful when combined with the


allowed per connection when KeepAlive is on. If it is set to "0", unlimited requests will be allowed. We recommend that this setting be kept to a high value for -maximum server performance. +maximum server performance.


MaxRequestsPerChild directive

@@ -1215,7 +1215,7 @@ See also AccessConfig.


RLimitCPU directive

Syntax: RLimitCPU # or 'max' [# or 'max']
-Default: Unset uses operating system defaults
+Default: Unset; uses operating system defaults
Context: server config, virtual host
Status: core
Compatibility: RLimitCPU is only available in Apache 1.2 and later

@@ -1234,7 +1234,7 @@ See also RLimitMEM or RLimitNPRO

RLimitMEM directive

Syntax: RLimitMEM # or 'max' [# or 'max']
-Default: Unset uses operating system defaults
+Default: Unset; uses operating system defaults
Context: server config, virtual host
Status: core
Compatibility: RLimitMEM is only available in Apache 1.2 and later

@@ -1253,7 +1253,7 @@ See also RLimitCPU or RLimitNPRO

RLimitNPROC directive

Syntax: RLimitNPROC # or 'max' [# or 'max']
-Default: Unset uses operating system defaults
+Default: Unset; uses operating system defaults
Context: server config, virtual host
Status: core
Compatibility: RLimitNPROC is only available in Apache 1.2 and later

@@ -1589,7 +1589,7 @@ TransferLog logs/host.foo.com-access_log
</VirtualHost>
-Each VirtualHost must correspond to a different IP address or a +Each VirtualHost must correspond to a different IP address, different port number or a different host name for the server, in the latter case the server machine must be configured to accept IP packets for multiple addresses. (If the machine does not have multiple network interfaces,