Commit 15c13e39 authored by Richard Bowen's avatar Richard Bowen
Browse files

Remove LaTeX directives from core.html


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91828 13f79535-47bb-0310-9956-ffa450edef68
parent b72639a9
Loading
Loading
Loading
Loading
+49 −49
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@

    <h2><a id="accessfilename" name="accessfilename">AccessFileName
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt AccessFileName} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> AccessFileName
    <em>filename</em> [<em>filename</em>] ...<br />
@@ -212,7 +212,7 @@

    <h2><a id="addmodule" name="addmodule">AddModule
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> AddModule
    <em>module</em> [<em>module</em>] ...<br />
@@ -233,7 +233,7 @@

    <h2><a id="allowoverride" name="allowoverride">AllowOverride
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt AllowOverride} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> AllowOverride
    All|None|<em>directive-type</em> [<em>directive-type</em>]
@@ -268,7 +268,7 @@
      <dt>AuthConfig</dt>

      <dd>
      <!--%plaintext &lt;?INDEX {\tt AuthConfig} override&gt; -->

      Allow use of the authorization directives (<a
      href="mod_auth_dbm.html#authdbmgroupfile">AuthDBMGroupFile</a>,
      <a
@@ -281,7 +281,7 @@

      <dt>FileInfo</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt FileInfo} override&gt; -->
      <dd>
      Allow use of the directives controlling document types (<a
      href="#defaulttype">DefaultType</a>, <a
      href="#errordocument">ErrorDocument</a>, <a
@@ -295,7 +295,7 @@

      <dt>Indexes</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt Indexes} override&gt; -->
      <dd>
      Allow use of the directives controlling directory indexing
      (<a
      href="mod_autoindex.html#adddescription">AddDescription</a>,
@@ -313,13 +313,13 @@

      <dt>Limit</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt Limit} override&gt; -->
      <dd>
      Allow use of the directives controlling host access (Allow,
      Deny and Order).</dd>

      <dt>Options</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt Options} override&gt; -->
      <dd>
      Allow use of the directives controlling specific directory
      features (<a href="#options">Options</a> and <a
      href="mod_include.html#xbithack">XBitHack</a>).</dd>
@@ -331,7 +331,7 @@

    <h2><a id="authname" name="authname">AuthName
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt AuthName} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> AuthName
    <em>auth-domain</em><br />
@@ -357,7 +357,7 @@

    <h2><a id="authtype" name="authtype">AuthType
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt AuthType} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> AuthType
    Basic|Digest<br />
@@ -372,7 +372,7 @@
    <p>This directive selects the type of user authentication for a
    directory. Only <code>Basic</code> and <code>Digest</code> are
    currently implemented. 
    <!--%plaintext &lt;?INDEX {\tt Basic} authentication scheme&gt; -->

     It must be accompanied by <a href="#authname">AuthName</a> and
    <a href="#require">Require</a> directives, and directives such
    as <a href="mod_auth.html#authuserfile">AuthUserFile</a> and <a
@@ -382,7 +382,7 @@

    <h2><a id="clearmodulelist"
    name="clearmodulelist">ClearModuleList directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ClearModuleList<br />
     <a href="directive-dict.html#Context"
@@ -401,7 +401,7 @@

    <h2><a id="contentdigest" name="contentdigest">ContentDigest
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ContentDigest} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ContentDigest
    on|off<br />
@@ -448,7 +448,7 @@

    <h2><a id="defaulttype" name="defaulttype">DefaultType
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> DefaultType
    <em>MIME-type</em><br />
@@ -485,7 +485,7 @@

    <h2><a id="directory" name="directory">&lt;Directory&gt;
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt Directory} section directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> &lt;Directory
    <em>directory-path</em>&gt; ... &lt;/Directory&gt; <br />
@@ -646,7 +646,7 @@

    <h2><a id="documentroot" name="documentroot">DocumentRoot
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt DocumentRoot} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> DocumentRoot
    <em>directory-path</em><br />
@@ -678,7 +678,7 @@

    <h2><a id="errordocument" name="errordocument">ErrorDocument
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ErrorDocument} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ErrorDocument
    <em>error-code document</em><br />
@@ -753,7 +753,7 @@

    <h2><a id="errorlog" name="errorlog">ErrorLog
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ErrorLog} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ErrorLog
    <em>file-path</em>|syslog[:<em>facility</em>] <br />
@@ -912,7 +912,7 @@

    <h2><a id="hostnamelookups"
    name="hostnamelookups">HostNameLookups directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt HostNameLookups} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> HostNameLookups
    on|off|double<br />
@@ -969,7 +969,7 @@

    <h2><a id="identitycheck" name="identitycheck">IdentityCheck
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt IdentityCheck} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> IdentityCheck
    on|off<br />
@@ -1182,7 +1182,7 @@
    <hr />

    <h2><a id="limit" name="limit">&lt;Limit&gt; directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt Limit} section directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> &lt;Limit
    <em>method</em> [<em>method</em>] ... &gt; ...
@@ -1220,7 +1220,7 @@

    <h2><a id="limitexcept" name="limitexcept">&lt;LimitExcept&gt;
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt LimitExcept} section directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> &lt;LimitExcept
    <em>method</em> [<em>method</em>] ... &gt; ...
@@ -1245,7 +1245,7 @@

    <h2><a id="limitrequestbody"
    name="limitrequestbody">LimitRequestBody directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt LimitRequestBody} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> LimitRequestBody
    <em>bytes</em><br />
@@ -1288,7 +1288,7 @@

    <h2><a id="limitrequestfields"
    name="limitrequestfields">LimitRequestFields directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt LimitRequestFields} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> LimitRequestFields
    <em>number</em><br />
@@ -1331,7 +1331,7 @@
    <h2><a id="limitrequestfieldsize"
    name="limitrequestfieldsize">LimitRequestFieldsize
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt LimitRequestFieldsize} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> LimitRequestFieldsize
    <em>bytes</em><br />
@@ -1372,7 +1372,7 @@

    <h2><a id="limitrequestline"
    name="limitrequestline">LimitRequestLine directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt LimitRequestLine} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> LimitRequestLine
    <em>bytes</em><br />
@@ -1733,7 +1733,7 @@

    <h2><a id="namevirtualhost"
    name="namevirtualhost">NameVirtualHost directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt NameVirtualHost} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> NameVirtualHost
    <em>addr</em>[:<em>port</em>]<br />
@@ -1783,7 +1783,7 @@
    <hr />

    <h2><a id="options" name="options">Options directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt Options} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> Options
    [+|-]<em>option</em> [[+|-]<em>option</em>] ...<br />
@@ -1810,13 +1810,13 @@

      <dt>ExecCGI</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt ExecCGI} option&gt; -->
      <dd>
      Execution of CGI scripts is permitted.</dd>

      <dt>FollowSymLinks</dt>

      <dd>
      <!--%plaintext &lt;?INDEX {\tt FollowSymLinks} option&gt; -->

      The server will follow symbolic links in this
      directory.<br />
       <strong>Note</strong>: even though the server follows the
@@ -1827,20 +1827,20 @@

      <dt>Includes</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt Includes} option&gt; -->
      <dd>
      Server-side includes are permitted.</dd>

      <dt>IncludesNOEXEC</dt>

      <dd>
      <!--%plaintext &lt;?INDEX {\tt IncludesNOEXEC} option&gt; -->

      Server-side includes are permitted, but the #exec command and
      #exec CGI are disabled. It is still possible to #include
      virtual CGI scripts from ScriptAliase'd directories.</dd>

      <dt>Indexes</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt Indexes} option&gt; -->
      <dd>
      If a URL which maps to a directory is requested, and the
      there is no DirectoryIndex (<em>e.g.</em>, index.html) in
      that directory, then the server will return a formatted
@@ -1848,14 +1848,14 @@

      <dt>MultiViews</dt>

      <dd><!--%plaintext &lt;?INDEX {\tt MultiViews} option&gt; -->
      <dd>
      <a href="../content-negotiation.html">Content negotiated</a>
      MultiViews are allowed.</dd>

      <dt>SymLinksIfOwnerMatch</dt>

      <dd>
      <!--%plaintext &lt;?INDEX {\tt SymLinksIfOwnerMatch} option&gt; -->

      The server will only follow symbolic links for which the
      target file or directory is owned by the same user id as the
      link.<br />
@@ -1906,7 +1906,7 @@
    <hr />

    <h2><a id="require" name="require">Require directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt Require} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> Require
    <em>entity-name</em> [<em>entity-name</em>] ...<br />
@@ -1971,7 +1971,7 @@

    <h2><a id="rlimit" name="rlimit">RLimitCPU</a> <a
    id="rlimitcpu" name="rlimitcpu">directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> RLimitCPU
    <em>number</em>|max [<em>number</em>|max] <br />
@@ -2012,7 +2012,7 @@

    <h2><a id="rlimitmem" name="rlimitmem">RLimitMEM
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt RLimitMEM} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> RLimitMEM
    <em>number</em>|max [<em>number</em>|max]<br />
@@ -2053,7 +2053,7 @@

    <h2><a id="rlimitnproc" name="rlimitnproc">RLimitNPROC
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt RLimitNPROC} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> RLimitNPROC
    <em>number</em>|max [<em>number</em>|max]<br />
@@ -2099,7 +2099,7 @@
    <hr />

    <h2><a id="satisfy" name="satisfy">Satisfy directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt Satisfy} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> Satisfy any|all<br />
     <a href="directive-dict.html#Default"
@@ -2133,7 +2133,7 @@
    <h2><a id="scriptinterpretersource"
    name="scriptinterpretersource">ScriptInterpreterSource
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ScriptInterpreterSource} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ScriptInterpreterSource
    registry|script<br />
@@ -2156,7 +2156,7 @@

    <h2><a id="serveradmin" name="serveradmin">ServerAdmin
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ServerAdmin} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ServerAdmin
    <em>email-address</em><br />
@@ -2203,7 +2203,7 @@

    <h2><a id="servername" name="servername">ServerName
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ServerName} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ServerName
    <em>fully-qualified-domain-name[:port]</em> <br />
@@ -2280,7 +2280,7 @@

    <h2><a id="serverroot" name="serverroot">ServerRoot
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ServerRoot} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ServerRoot
    <em>directory-path</em><br />
@@ -2308,7 +2308,7 @@

    <h2><a id="serversignature"
    name="serversignature">ServerSignature directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ServerSignature} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ServerSignature
    On|Off|EMail<br />
@@ -2344,7 +2344,7 @@

    <h2><a id="servertokens" name="servertokens">ServerTokens
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt ServerTokens} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> ServerTokens
    Minimal|ProductOnly|OS|Full<br />
@@ -2502,7 +2502,7 @@
    <hr />

    <h2><a id="timeout" name="timeout">TimeOut directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt TimeOut} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> TimeOut
    <em>number</em><br />
@@ -2537,7 +2537,7 @@

    <h2><a id="usecanonicalname"
    name="usecanonicalname">UseCanonicalName directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt UseCanonicalName} directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> UseCanonicalName
    on|off|dns<br />
@@ -2607,7 +2607,7 @@

    <h2><a id="virtualhost" name="virtualhost">&lt;VirtualHost&gt;
    directive</a></h2>
    <!--%plaintext &lt;?INDEX {\tt VirtualHost} section directive&gt; -->

    <a href="directive-dict.html#Syntax"
    rel="Help"><strong>Syntax:</strong></a> &lt;VirtualHost
    <em>addr</em>[:<em>port</em>] [<em>addr</em>[:<em>port</em>]]