summaryrefslogtreecommitdiff
path: root/docs/manual/mod/directive-dict.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2001-09-07 01:49:03 +0000
committerRich Bowen <rbowen@apache.org>2001-09-07 01:49:03 +0000
commit80aa275c73866bc20715d571e4f37f053bc3bbf2 (patch)
treedff3aa5e91d669873f996bea712c04d887721cf2 /docs/manual/mod/directive-dict.html.en
parent9bd8144bbf6fd9d4c115487499a3bb9bae350b03 (diff)
downloadhttpd-80aa275c73866bc20715d571e4f37f053bc3bbf2.tar.gz
Ran w3c tidy with the -asxhtml flag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/directive-dict.html.en')
-rw-r--r--docs/manual/mod/directive-dict.html.en100
1 files changed, 54 insertions, 46 deletions
diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en
index 79652bad12..deedf08aca 100644
--- a/docs/manual/mod/directive-dict.html.en
+++ b/docs/manual/mod/directive-dict.html.en
@@ -1,13 +1,17 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta name="generator" content="HTML Tidy, see www.w3.org" />
+
<title>Definitions of terms used to describe Apache
directives</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
- <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink=
- "#000080" alink="#FF0000">
+ <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+ vlink="#000080" alink="#FF0000">
<!--#include virtual="header.html" -->
<h1 align="CENTER">Terms Used to Describe Apache
@@ -18,22 +22,23 @@
<dl>
<dd><a href="#Syntax" rel="Help"><strong>Syntax:</strong></a>
- <em>directive-name</em> <em>some args</em><br>
+ <em>directive-name</em> <em>some args</em><br />
<a href="#Default" rel="Help"><strong>Default:</strong></a>
- <samp><em>directive-name default-value</em></samp><br>
+ <samp><em>directive-name default-value</em></samp><br />
<a href="#Context" rel="Help"><strong>Context:</strong></a>
- <em>context-list</em><br>
- <a href="#Override" rel=
- "Help"><strong>Override:</strong></a> <em>override</em><br>
+ <em>context-list</em><br />
+ <a href="#Override"
+ rel="Help"><strong>Override:</strong></a>
+ <em>override</em><br />
<a href="#Status" rel="Help"><strong>Status:</strong></a>
- <em>status</em><br>
+ <em>status</em><br />
<a href="#Module" rel="Help"><strong>Module:</strong></a>
- <em>module-name</em><br>
- <a href="#Compatibility" rel=
- "Help"><strong>Compatibility:</strong></a> <em>compatibility
- notes</em><br>
- <a href="#Deprecated" rel=
- "Help"><strong>Deprecated:</strong></a> <em>see
+ <em>module-name</em><br />
+ <a href="#Compatibility"
+ rel="Help"><strong>Compatibility:</strong></a>
+ <em>compatibility notes</em><br />
+ <a href="#Deprecated"
+ rel="Help"><strong>Deprecated:</strong></a> <em>see
other</em></dd>
</dl>
@@ -59,9 +64,9 @@
<li><a href="#Deprecated">Deprecated</a></li>
</ul>
- <hr>
+ <hr />
- <h2><a name="Syntax">Syntax</a></h2>
+ <h2><a id="Syntax" name="Syntax">Syntax</a></h2>
<p>This indicates the format of the directive as it would
appear in a configuration file. This syntax is extremely
@@ -145,13 +150,13 @@
<dd>The name of an <a href="../env.html">environment
variable</a> defined in the Apache configuration process.
Note this is not necessarily the same as an operating system
- environment variable. See the <a href=
- "../env.html">environment variable documentation</a> for more
- details.</dd>
+ environment variable. See the <a
+ href="../env.html">environment variable documentation</a> for
+ more details.</dd>
</dl>
- <hr>
+ <hr />
- <h2><a name="Default">Default</a></h2>
+ <h2><a id="Default" name="Default">Default</a></h2>
<p>If the directive has a default value (<em>i.e.</em>, if you
omit it from your configuration entirely, the Apache Web server
@@ -160,9 +165,9 @@
should say "<em>None</em>". Note that the default listed here
is not necessarily the same as the value the directive takes in
the default httpd.conf distributed with the server.</p>
- <hr>
+ <hr />
- <h2><a name="Context">Context</a></h2>
+ <h2><a id="Context" name="Context">Context</a></h2>
<p>This indicates where in the server's configuration files the
directive is legal. It's a comma-separated list of one or more
@@ -199,8 +204,8 @@
<dd>If a directive is valid in this context, it means that it
can appear inside <em>per</em>-directory
<samp>.htaccess</samp> files. It may not be processed, though
- depending upon the <a href="#Override" rel=
- "Help">overrides</a> currently active.</dd>
+ depending upon the <a href="#Override"
+ rel="Help">overrides</a> currently active.</dd>
</dl>
<p>The directive is <em>only</em> allowed within the designated
@@ -217,9 +222,9 @@
<samp>httpd.conf</samp> file and in <samp>.htaccess</samp>
files, but not within any &lt;Directory&gt; or
&lt;VirtualHost&gt; containers.</p>
- <hr>
+ <hr />
- <h2><a name="Override">Override</a></h2>
+ <h2><a id="Override" name="Override">Override</a></h2>
<p>This directive attribute indicates which configuration
override must be active in order for the directive to be
@@ -228,16 +233,17 @@
doesn't permit it to appear in <samp>.htaccess</samp> files,
this attribute should say "<em>Not applicable</em>".</p>
- <p>Overrides are activated by the <a href=
- "core.html#allowoverride" rel=
- "Help"><samp>AllowOverride</samp></a> directive, and apply to a
- particular scope (such as a directory) and all descendants,
- unless further modified by other <samp>AllowOverride</samp>
- directives at lower levels. The documentation for that
- directive also lists the possible override names available.</p>
- <hr>
+ <p>Overrides are activated by the <a
+ href="core.html#allowoverride"
+ rel="Help"><samp>AllowOverride</samp></a> directive, and apply
+ to a particular scope (such as a directory) and all
+ descendants, unless further modified by other
+ <samp>AllowOverride</samp> directives at lower levels. The
+ documentation for that directive also lists the possible
+ override names available.</p>
+ <hr />
- <h2><a name="Status">Status</a></h2>
+ <h2><a id="Status" name="Status">Status</a></h2>
<p>This indicates how tightly bound into the Apache Web server
the directive is; in other words, you may need to recompile the
@@ -257,8 +263,9 @@
<dd>A directive labeled as having "MPM" status is provided by
a <a href="../mpm.html">Multi-Processing Module</a>. This
type of directive will be available if and only if you are
- using one of the MPMs listed on the <a href=
- "#Module">Module</a> line of the directive definition.</dd>
+ using one of the MPMs listed on the <a
+ href="#Module">Module</a> line of the directive
+ definition.</dd>
<dt><strong>Base</strong></dt>
@@ -287,15 +294,16 @@
directive and its module to see if it remarks on the
availability.</dd>
</dl>
- <hr>
+ <hr />
- <h2><a name="Module">Module</a></h2>
+ <h2><a id="Module" name="Module">Module</a></h2>
<p>This quite simply lists the name of the source module which
defines the directive.</p>
- <hr>
+ <hr />
- <h2><a name="Compatibility">Compatibility</a></h2>
+ <h2><a id="Compatibility"
+ name="Compatibility">Compatibility</a></h2>
<p>If the directive wasn't part of the original Apache version
1 distribution, the version in which it was introduced should
@@ -303,9 +311,9 @@
the NCSA HTTPd server, any inconsistencies in behavior between
the two should also be mentioned. Otherwise, this attribute
should say "<em>No compatibility issues.</em>"</p>
- <hr>
+ <hr />
- <h2><a name="Deprecated">Deprecated</a></h2>
+ <h2><a id="Deprecated" name="Deprecated">Deprecated</a></h2>
<p>If this directive is eliminated since the Apache version 1
distribution, the directive or option that replaces the