From: Ken Coar
@@ -554,7 +554,7 @@ the Note that unlike <FilesMatch>
Syntax: <FilesMatch regex>
... </Files>
@@ -745,7 +745,7 @@ server resources. Set this to Apache 1.2 and later: Set to "On" to enable
persistent connections, "Off" to disable. See also the MaxKeepAliveRequests directive.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.~
character. For example:
-Context: server config, virtual host, htaccess
+Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache
1.3 and above.0
to disable support.
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.
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.
Unset uses operating system defaults
@@ -1234,7 +1234,7 @@ See also RLimitMEM or RLimitNPRO
@@ -1253,7 +1253,7 @@ See also RLimitCPU or RLimitNPRO
@@ -1589,7 +1589,7 @@ TransferLog logs/host.foo.com-access_log RLimitMEM directive
Syntax: RLimitMEM # or 'max' [# or 'max']
-Default: Unset uses operating system defaults
+Default:
Context: server config, virtual host
Status: core
Compatibility: RLimitMEM is only available in Apache 1.2 and laterRLimitNPROC directive
Syntax: RLimitNPROC # or 'max' [# or 'max']
-Default: Unset uses operating system defaults
+Default:
Context: server config, virtual host
Status: core
Compatibility: RLimitNPROC is only available in Apache 1.2 and later
</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,