summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-11-04 14:33:35 +0000
committerRich Bowen <rbowen@apache.org>2010-11-04 14:33:35 +0000
commit4a8c5b1dc10ffbb5136766c0b478f9501db8a20f (patch)
tree90d267172849d6ad9a2654f2db35e1c281c1b01f
parentc6b5ca1f2783cb49eb0ba5b21dffe6d3d54b9469 (diff)
downloadhttpd-4a8c5b1dc10ffbb5136766c0b478f9501db8a20f.tar.gz
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
-rw-r--r--htdocs/manual/mod/core.html.en48
1 files changed, 48 insertions, 0 deletions
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.
+ <p class="currentdocs"><strong>This directive is not available, or
+ needed, in more recent versions of the server.</strong></p>
+
<p>The server will read this file for more directives after
reading the httpd.conf file. <em>File-path</em> is relative to
the <a href="#serverroot">ServerRoot</a>. This feature can be
@@ -3521,6 +3524,9 @@ Syntax OK
rel="Help"><strong>Compatibility:</strong></a> RLimitCPU is
only available in Apache 1.2 and later
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#rlimitcpu">here</a></strong></p>
+
<p>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"><strong>Compatibility:</strong></a> RLimitMEM is
only available in Apache 1.2 and later
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#rlimitmem">here</a></strong></p>
+
<p>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"><strong>Compatibility:</strong></a> RLimitNPROC is
only available in Apache 1.2 and later
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#rlimitnproc">here</a></strong></p>
+
<p>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"><strong>Compatibility:</strong></a> Satisfy is only
available in Apache 1.2 and later
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#satisfy">here</a></strong></p>
+
<p>Access policy if both <code>Allow</code> and
<code>Require</code> used. The parameter can be either
<em>'all'</em> or <em>'any'</em>. This directive is only useful
@@ -3675,6 +3690,9 @@ Syntax OK
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#scoreboardfile">here</a></strong></p>
+
<p>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
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core (Windows only)
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#scriptinterpretersource">here</a></strong></p>
+
<p>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
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#sendbuffersize">here</a></strong></p>
+
<p>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 (<em>i.e.</em>, 100ms or
@@ -3760,6 +3784,9 @@ Syntax OK
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#serveradmin">here</a></strong></p>
+
<p>The ServerAdmin sets the e-mail address that the server
includes in any error messages it returns to the client.</p>
@@ -3786,6 +3813,9 @@ Syntax OK
rel="Help"><strong>Compatibility:</strong></a> ServerAlias is
only available in Apache 1.1 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#serveralias">here</a></strong></p>
+
<p>The ServerAlias directive sets the alternate names for a
host, for use with <a
href="../vhosts/name-based.html">name-based virtual
@@ -3817,6 +3847,9 @@ Syntax OK
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#servername">here</a></strong></p>
+
<p>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"><strong>Compatibility:</strong></a> ServerPath is
only available in Apache 1.1 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#serverpath">here</a></strong></p>
+
<p>The ServerPath directive sets the legacy URL pathname for a
host, for use with <a href="../vhosts/">name-based virtual
hosts</a>.</p>
@@ -3881,6 +3917,9 @@ Syntax OK
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#serverroot">here</a></strong></p>
+
<p>The ServerRoot directive sets the directory in which the
server lives. Typically it will contain the subdirectories
<code>conf/</code> and <code>logs/</code>. Relative paths for
@@ -3913,6 +3952,9 @@ Syntax OK
rel="Help"><strong>Compatibility:</strong></a> ServerSignature
is only available in Apache 1.3 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#serversignature">here</a></strong></p>
+
<p>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
<code>ProductOnly</code> keyword is only available in versions
later than 1.3.12
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#servertokens">here</a></strong></p>
+
<p>This directive controls whether <samp>Server</samp> 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
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>This directive has been removed in
+ current versions of the server.</strong></p>
+
<p>The ServerType directive sets how the server is executed by
the system. <em>Type</em> is one of</p>