From 4a8c5b1dc10ffbb5136766c0b478f9501db8a20f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 4 Nov 2010 14:33:35 +0000 Subject: Yet more links to the current docs from the 1.3 docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1031004 13f79535-47bb-0310-9956-ffa450edef68 --- htdocs/manual/mod/core.html.en | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index 44033c3348..bbff2f3a46 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -3464,6 +3464,9 @@ Syntax OK specify a directory, rather than a file name, is only available in Apache 1.3.13 and later. +

This directive is not available, or + needed, in more recent versions of the server.

+

The server will read this file for more directives after reading the httpd.conf file. File-path is relative to the ServerRoot. This feature can be @@ -3521,6 +3524,9 @@ Syntax OK rel="Help">Compatibility: RLimitCPU is only available in Apache 1.2 and later +

Current documentation for this directive may be found here

+

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -3561,6 +3567,9 @@ Syntax OK rel="Help">Compatibility: RLimitMEM is only available in Apache 1.2 and later +

Current documentation for this directive may be found here

+

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -3601,6 +3610,9 @@ Syntax OK rel="Help">Compatibility: RLimitNPROC is only available in Apache 1.2 and later +

Current documentation for this directive may be found here

+

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -3644,6 +3656,9 @@ Syntax OK rel="Help">Compatibility: Satisfy is only available in Apache 1.2 and later +

Current documentation for this directive may be found here

+

Access policy if both Allow and Require used. The parameter can be either 'all' or 'any'. This directive is only useful @@ -3675,6 +3690,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The ScoreBoardFile directive is required on some architectures to place a file that the server will use to communicate between its children and the parent. The easiest @@ -3723,6 +3741,9 @@ Syntax OK Status: core (Windows only) +

Current documentation for this directive may be found here

+

This directive is used to control how Apache 1.3.5 and later finds the interpreter used to run CGI scripts. The default technique is to use the interpreter pointed to by the #! line @@ -3742,6 +3763,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The server will set the TCP buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high speed high latency (i.e., 100ms or @@ -3760,6 +3784,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The ServerAdmin sets the e-mail address that the server includes in any error messages it returns to the client.

@@ -3786,6 +3813,9 @@ Syntax OK rel="Help">Compatibility: ServerAlias is only available in Apache 1.1 and later. +

Current documentation for this directive may be found here

+

The ServerAlias directive sets the alternate names for a host, for use with name-based virtual @@ -3817,6 +3847,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The ServerName directive sets the hostname of the server; this is used when creating redirection URLs. If it is not specified, then the server attempts to deduce it from its own @@ -3859,6 +3892,9 @@ Syntax OK rel="Help">Compatibility: ServerPath is only available in Apache 1.1 and later. +

Current documentation for this directive may be found here

+

The ServerPath directive sets the legacy URL pathname for a host, for use with name-based virtual hosts.

@@ -3881,6 +3917,9 @@ Syntax OK Status: core +

Current documentation for this directive may be found here

+

The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/ and logs/. Relative paths for @@ -3913,6 +3952,9 @@ Syntax OK rel="Help">Compatibility: ServerSignature is only available in Apache 1.3 and later. +

Current documentation for this directive may be found here

+

The ServerSignature directive allows the configuration of a trailing footer line under server-generated documents (error messages, mod_proxy ftp directory listings, mod_info output, @@ -3950,6 +3992,9 @@ Syntax OK ProductOnly keyword is only available in versions later than 1.3.12 +

Current documentation for this directive may be found here

+

This directive controls whether Server response header field which is sent back to clients includes a description of the generic OS-type of the server as well as @@ -3995,6 +4040,9 @@ Syntax OK Status: core +

This directive has been removed in + current versions of the server.

+

The ServerType directive sets how the server is executed by the system. Type is one of

-- cgit v1.2.1