From: Rich Bowen Date: Wed, 15 Dec 2010 01:46:42 +0000 (+0000) Subject: Links to current docs. Completes core directives. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2432b2dda4724908fa0ce536c10a3c5249802c1b;p=thirdparty%2Fapache%2Fhttpd.git Links to current docs. Completes core directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1049380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index bbff2f3a46f..b828b9f1d41 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -4092,6 +4092,9 @@ Syntax OK rel="Help">Compatibility: ShmemUIDisUser directive is only available in Apache 1.3.27 and later. +

This directive is not available in + current versions of the server.

+

The ShmemUIDisUser directive controls whether Apache will change the uid and gid ownership of System V shared memory based scoreboards to the server settings of User and @@ -4122,6 +4125,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually @@ -4155,6 +4161,9 @@ Syntax OK Compatibility: Available only with Apache 1.3 and later with Windows +

Current documentation for this directive may be found here

+

This directive tells the server how many threads it should use. This is the maximum number of connections the server can handle at once; be sure and set this number high enough for @@ -4180,6 +4189,9 @@ Syntax OK Compatibility: Available only with Apache 1.3 and later with NetWare +

Current documentation for this directive may be found here

+

This directive tells the server what stack size to use for each of the running threads. If you ever get a stack overflow you will need to bump this number to a higher setting.

@@ -4200,6 +4212,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The TimeOut directive currently defines the amount of time Apache will wait for three things:

@@ -4237,6 +4252,9 @@ Syntax OK Compatibility: Available only in Apache 1.3.34, 2.0.55 and later +

Current documentation for this directive may be found here

+

This directive overrides the behavior of TRACE for both the core server and mod_proxy. The default TraceEnable on permits TRACE requests per RFC 2616, which disallows @@ -4273,6 +4291,9 @@ Syntax OK rel="Help">Compatibility: UseCanonicalName is only available in Apache 1.3 and later +

Current documentation for this directive may be found here

+

In many situations Apache has to construct a self-referential URL. That is, a URL which refers back to the same server. With UseCanonicalName on (and @@ -4347,6 +4368,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The User directive sets the userid as which the server will answer requests. In order to use this directive, the standalone server must be run initially as root. Unix-userid is @@ -4410,6 +4434,9 @@ Syntax OK rel="Help">Compatibility: Multiple address support only available in Apache 1.2 and later. +

Current documentation for this directive may be found here

+

<VirtualHost> and </VirtualHost> are used to enclose a group of directives which will apply only to a particular virtual host. Any directive which is allowed in a