]> granicus.if.org Git - apache/commitdiff
Remove LaTeX directives from core.html
authorRich Bowen <rbowen@apache.org>
Sat, 10 Nov 2001 03:37:15 +0000 (03:37 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 10 Nov 2001 03:37:15 +0000 (03:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91828 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 7c666233b277b9324f695415bf17c9aba0147abe..a40ca645ea81f48f44fc658888d6e47b5daf71cc 100644 (file)
 
     <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 />
 
     <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 />
 
     <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>]
       <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
 
       <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
 
       <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>,
 
       <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>
 
     <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 />
 
     <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 />
     <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
 
     <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"
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
     <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; ...
 
     <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; ...
 
     <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 />
 
     <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 />
     <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 />
 
     <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 />
 
     <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 />
     <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 />
 
       <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
 
       <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
 
       <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 />
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
     <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"
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
 
     <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 />
     <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 />
 
     <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 />
 
     <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>]]