]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a bunch of links to the Options docs and make a couple
authorJoshua Slive <slive@apache.org>
Thu, 8 May 2003 18:13:06 +0000 (18:13 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 8 May 2003 18:13:06 +0000 (18:13 +0000)
small textual adjustments.

PR: 19699

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99739 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 417d701be5aabf9d8e775043c53da9e46514ecf4..a79a72569097b4bcf60ea5c17f8f0b3758d3752c 100644 (file)
@@ -2069,7 +2069,8 @@ directory</td></tr>
       <dt><code>ExecCGI</code></dt>
 
       <dd>
-      Execution of CGI scripts is permitted.</dd>
+      Execution of CGI scripts using <code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code>
+      is permitted.</dd>
 
       <dt><code>FollowSymLinks</code></dt>
 
@@ -2087,48 +2088,55 @@ directory</td></tr>
       <dt><code>Includes</code></dt>
 
       <dd>
-      Server-side includes are permitted.</dd>
+      Server-side includes provided by <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>
+      are permitted.</dd>
 
       <dt><code>IncludesNOEXEC</code></dt>
 
       <dd>
 
-      Server-side includes are permitted, but the <code>#exec cmd</code>
-      and <code>#exec cgi</code> are disabled. It is still possible to
-      <code>#include virtual</code> CGI scripts from
-      <code class="directive">ScriptAlias</code>e'd directories.</dd>
+      Server-side includes are permitted, but the <code>#exec
+      cmd</code> and <code>#exec cgi</code> are disabled. It is still
+      possible to <code>#include virtual</code> CGI scripts from
+      <code class="directive"><a href="../mod/mod_cgi.html#scriptalias">ScriptAlias</a></code>ed
+      directories.</dd>
 
       <dt><code>Indexes</code></dt>
 
       <dd>
-      If a URL which maps to a directory is requested, and the
-      there is no <code class="directive">DirectoryIndex</code> (<em>e.g.</em>,
-      <code>index.html</code>) in that directory, then the server will
-      return a formatted listing of the directory.</dd>
+      If a URL which maps to a directory is requested, and the there
+      is no <code class="directive"><a href="../mod/mod_dir.html#directoryindex">DirectoryIndex</a></code>
+      (<em>e.g.</em>, <code>index.html</code>) in that directory, then
+      <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> will return a formatted listing
+      of the directory.</dd>
 
       <dt><code>MultiViews</code></dt>
 
       <dd>
       <a href="../content-negotiation.html">Content negotiated</a>
-      "MultiViews" are allowed.</dd>
+      "MultiViews" are allowed using
+      <code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code>.</dd>
 
       <dt><code>SymLinksIfOwnerMatch</code></dt>
 
-      <dd>
+      <dd>The server will only follow symbolic links for which the
+      target file or directory is owned by the same user id as the
+      link.
 
-      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 /> <strong>Note</strong>: this option gets ignored if set inside
-      a <code class="directive"><a href="#location">&lt;Location&gt;</a></code>
-      section.</dd>
+      <div class="note"><h3>Note</h3> This option gets ignored if
+      set inside a <code class="directive"><a href="#location">&lt;Location&gt;</a></code> section.</div>
+      </dd>
     </dl>
-    <p>Normally, if multiple <code class="directive">Options</code> could apply to a
-    directory, then the most specific one is taken complete; the
-    options are not merged. However if <em>all</em> the options on
-    the <code class="directive">Options</code> directive are preceded by a
-    <code>+</code> or <code>-</code>
-    symbol, the options are merged. Any options preceded by a <code>+</code>
-    are added to the options currently in force, and any options
-    preceded by a <code>-</code> are removed from the options currently in
+
+    <p>Normally, if multiple <code class="directive">Options</code> could
+    apply to a directory, then the most specific one is used and
+    others are ignored; the options are not merged. (See <a href="../sections.html#mergin">how sections are merged</a>.)
+    However if <em>all</em> the options on the
+    <code class="directive">Options</code> directive are preceded by a
+    <code>+</code> or <code>-</code> symbol, the options are
+    merged. Any options preceded by a <code>+</code> are added to the
+    options currently in force, and any options preceded by a
+    <code>-</code> are removed from the options currently in
     force. </p>
 
     <p>For example, without any <code>+</code> and <code>-</code> symbols:</p>
index 0b6de27d8fc27b47a0f38195304ee02e40b4c200..fbae54fd9fcbfb7729bc3d844b46a7fba4c68f3b 100644 (file)
@@ -2034,7 +2034,8 @@ directory</description>
       <dt><code>ExecCGI</code></dt>
 
       <dd>
-      Execution of CGI scripts is permitted.</dd>
+      Execution of CGI scripts using <module>mod_cgi</module>
+      is permitted.</dd>
 
       <dt><code>FollowSymLinks</code></dt>
 
@@ -2053,49 +2054,57 @@ directory</description>
       <dt><code>Includes</code></dt>
 
       <dd>
-      Server-side includes are permitted.</dd>
+      Server-side includes provided by <module>mod_include</module>
+      are permitted.</dd>
 
       <dt><code>IncludesNOEXEC</code></dt>
 
       <dd>
 
-      Server-side includes are permitted, but the <code>#exec cmd</code>
-      and <code>#exec cgi</code> are disabled. It is still possible to
-      <code>#include virtual</code> CGI scripts from
-      <directive>ScriptAlias</directive>e'd directories.</dd>
+      Server-side includes are permitted, but the <code>#exec
+      cmd</code> and <code>#exec cgi</code> are disabled. It is still
+      possible to <code>#include virtual</code> CGI scripts from
+      <directive module="mod_cgi">ScriptAlias</directive>ed
+      directories.</dd>
 
       <dt><code>Indexes</code></dt>
 
       <dd>
-      If a URL which maps to a directory is requested, and the
-      there is no <directive>DirectoryIndex</directive> (<em>e.g.</em>,
-      <code>index.html</code>) in that directory, then the server will
-      return a formatted listing of the directory.</dd>
+      If a URL which maps to a directory is requested, and the there
+      is no <directive module="mod_dir">DirectoryIndex</directive>
+      (<em>e.g.</em>, <code>index.html</code>) in that directory, then
+      <module>mod_autoindex</module> will return a formatted listing
+      of the directory.</dd>
 
       <dt><code>MultiViews</code></dt>
 
       <dd>
       <a href="../content-negotiation.html">Content negotiated</a>
-      "MultiViews" are allowed.</dd>
+      "MultiViews" are allowed using
+      <module>mod_negotiation</module>.</dd>
 
       <dt><code>SymLinksIfOwnerMatch</code></dt>
 
-      <dd>
+      <dd>The server will only follow symbolic links for which the
+      target file or directory is owned by the same user id as the
+      link.
 
-      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
-      /> <strong>Note</strong>: this option gets ignored if set inside
-      a <directive module="core" type="section">Location</directive>
-      section.</dd>
+      <note><title>Note</title> This option gets ignored if
+      set inside a <directive module="core"
+      type="section">Location</directive> section.</note>
+      </dd>
     </dl>
-    <p>Normally, if multiple <directive>Options</directive> could apply to a
-    directory, then the most specific one is taken complete; the
-    options are not merged. However if <em>all</em> the options on
-    the <directive>Options</directive> directive are preceded by a
-    <code>+</code> or <code>-</code>
-    symbol, the options are merged. Any options preceded by a <code>+</code>
-    are added to the options currently in force, and any options
-    preceded by a <code>-</code> are removed from the options currently in
+
+    <p>Normally, if multiple <directive>Options</directive> could
+    apply to a directory, then the most specific one is used and
+    others are ignored; the options are not merged. (See <a
+    href="../sections.html#mergin">how sections are merged</a>.)
+    However if <em>all</em> the options on the
+    <directive>Options</directive> directive are preceded by a
+    <code>+</code> or <code>-</code> symbol, the options are
+    merged. Any options preceded by a <code>+</code> are added to the
+    options currently in force, and any options preceded by a
+    <code>-</code> are removed from the options currently in
     force. </p>
 
     <p>For example, without any <code>+</code> and <code>-</code> symbols:</p>