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
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,
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,
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,
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
<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
<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
<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
<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>
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
<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
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>
<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
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,
<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
<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>