Commit aced6c26 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 1a665f7c
Loading
Loading
Loading
Loading
+1060 −994

File changed.

Preview size limit exceeded, changes collapsed.

+54 −46
Original line number Diff line number Diff line
<!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
+54 −46
Original line number Diff line number Diff line
<!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
+657 −271

File changed.

Preview size limit exceeded, changes collapsed.

+27 −24
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org">
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <title>Apache module mod_asis</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">Module mod_asis</h1>
@@ -16,12 +18,13 @@
    <p>This module provides for sending files which contain their
    own HTTP headers.</p>

    <p><a href="module-dict.html#Status" rel=
    "Help"><strong>Status:</strong></a> Base<br>
    <a href="module-dict.html#SourceFile" rel="Help"><strong>Source
    File:</strong></a> mod_asis.c<br>
    <a href="module-dict.html#ModuleIdentifier" rel=
    "Help"><strong>Module Identifier:</strong></a> asis_module</p>
    <p><a href="module-dict.html#Status"
    rel="Help"><strong>Status:</strong></a> Base<br />
     <a href="module-dict.html#SourceFile"
    rel="Help"><strong>Source File:</strong></a> mod_asis.c<br />
     <a href="module-dict.html#ModuleIdentifier"
    rel="Help"><strong>Module Identifier:</strong></a>
    asis_module</p>

    <h2>Summary</h2>

@@ -60,22 +63,22 @@
    redirected.</p>

    <blockquote>
      <code>Status: 301 Now where did I leave that URL<br>
       Location: http://xyz.abc.com/foo/bar.html<br>
       Content-type: text/html<br>
      <br>
       &lt;HTML&gt;<br>
       &lt;HEAD&gt;<br>
       &lt;TITLE&gt;Lame excuses'R'us&lt;/TITLE&gt;<br>
       &lt;/HEAD&gt;<br>
       &lt;BODY&gt;<br>
      <code>Status: 301 Now where did I leave that URL<br />
       Location: http://xyz.abc.com/foo/bar.html<br />
       Content-type: text/html<br />
      <br />
       &lt;HTML&gt;<br />
       &lt;HEAD&gt;<br />
       &lt;TITLE&gt;Lame excuses'R'us&lt;/TITLE&gt;<br />
       &lt;/HEAD&gt;<br />
       &lt;BODY&gt;<br />
       &lt;H1&gt;Fred's exceptionally wonderful page has moved
      to<br>
      to<br />
       &lt;A
      HREF="http://xyz.abc.com/foo/bar.html"&gt;Joe's&lt;/A&gt;
      site.<br>
       &lt;/H1&gt;<br>
       &lt;/BODY&gt;<br>
      site.<br />
       &lt;/H1&gt;<br />
       &lt;/BODY&gt;<br />
       &lt;/HTML&gt;</code>
    </blockquote>