From: Rich Bowen Date: Tue, 12 Oct 2010 11:30:08 +0000 (+0000) Subject: Links to current docs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05fd3bc80216b17cb2a15dc1bd738e1b9b8b76b;p=thirdparty%2Fapache%2Fhttpd.git Links to current docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1021746 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index 0ca3b805c56..eb2df0adcd9 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -2590,6 +2590,9 @@ Syntax OK rel="Help">Compatibility: Location is only available in Apache 1.1 and later. +

Current documentation for this directive may be found here

+

The <Location> directive provides for access control by URL. It is similar to the <Directory> directive, and starts a @@ -2682,6 +2685,9 @@ Syntax OK rel="Help">Compatibility: LocationMatch is only available in Apache 1.3 and later. +

Current documentation for this directive may be found here

+

The <LocationMatch> directive provides for access control by URL, in an identical manner to <Location>. However, it takes a @@ -2712,6 +2718,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The LockFile directive sets the path to the lockfile used when Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally @@ -2746,6 +2755,9 @@ Syntax OK rel="Help">Compatibility: LogLevel is only available in 1.3 or later. +

Current documentation for this directive may be found here

+

LogLevel adjusts the verbosity of the messages recorded in the error logs (see ErrorLog directive). The following levels are available, in @@ -2853,6 +2865,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The MaxClients directive sets the limit on the number of simultaneous requests that can be supported; not more than this number of child server processes will be created. To configure @@ -2883,6 +2898,9 @@ Syntax OK rel="Help">Compatibility: Only available in Apache 1.2 and later. +

Current documentation for this directive may be found here

+

The MaxKeepAliveRequests directive limits the number of requests allowed per connection when KeepAlive is on. If it is set to @@ -2912,6 +2930,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here.

+

The MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will handle. After MaxRequestsPerChild requests, the child process @@ -2957,6 +2978,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The MaxSpareServers directive sets the desired maximum number of idle child server processes. An idle process is one which is not handling a request. If there are more than @@ -2994,6 +3018,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The MinSpareServers directive sets the desired minimum number of idle child server processes. An idle process is one which is not handling a request. If there are fewer than