]> granicus.if.org Git - apache/commitdiff
fix broken references
authorAndré Malo <nd@apache.org>
Wed, 29 Jan 2014 15:59:54 +0000 (15:59 +0000)
committerAndré Malo <nd@apache.org>
Wed, 29 Jan 2014 15:59:54 +0000 (15:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1562488 13f79535-47bb-0310-9956-ffa450edef68

29 files changed:
docs/manual/bind.xml
docs/manual/env.xml
docs/manual/filter.xml
docs/manual/howto/auth.xml
docs/manual/howto/htaccess.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_auth_digest.xml
docs/manual/mod/mod_authn_dbm.xml
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_ext_filter.xml
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_info.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_remoteip.xml
docs/manual/mod/mod_session_crypto.xml
docs/manual/mod/mpmt_os2.xml
docs/manual/new_features_2_0.xml
docs/manual/platform/ebcdic.xml
docs/manual/platform/netware.xml
docs/manual/programs/configure.xml
docs/manual/programs/log_server_status.xml
docs/manual/programs/split-logfile.xml
docs/manual/rewrite/advanced.xml
docs/manual/rewrite/advanced.xml.fr
docs/manual/sitemap.xml
docs/manual/ssl/ssl_faq.xml
docs/manual/urlmapping.xml
docs/manual/vhosts/examples.xml
docs/manual/vhosts/fd-limits.xml

index 27c8d1c3c7c8e2ffddd56af5254823589c3dfc5b..15428a91a847d49cc0ad51c95bd09b3130bdd098 100644 (file)
@@ -51,7 +51,7 @@
     it listens to all addresses on the machine. However, it may need to
     be told to listen on specific ports, or only on selected
     addresses, or a combination of both. This is often combined with the
-    <a href="vhosts">Virtual Host</a> feature, which determines how
+    <a href="vhosts/">Virtual Host</a> feature, which determines how
     <code>httpd</code> responds to different IP addresses, hostnames and
     ports.</p>
 
index 5bb7321254d449a1cc0d6c74649826698e8d97d1..5bfefb285f1c56edff72a8f91a415a6a0a3cf32b 100644 (file)
 
       <p>If you have to support a client which sends broken headers and
       which can't be fixed, a simple workaround involving <module>mod_setenvif
-      </module> and <module>mod_header</module> allows you to still accept
+      </module> and <module>mod_headers</module> allows you to still accept
       these headers:</p>
 
 <highlight language="config">
index 1b97cc5adfba91102ba416202e3ab00a32a4da45..d59b776d3cd5fff08f0d86a71060aba33358bb26 100644 (file)
@@ -47,7 +47,6 @@
         <module>mod_substitute</module>
         <module>mod_xml2enc</module>
         <module>mod_proxy_html</module>
-        <module>mod_policy</module>
       </modulelist>
       <directivelist>
         <directive module="mod_filter">FilterChain</directive>
index 2d0f8fc1513e46a9ad5cc726168f784fa95f7519..d83fbaac93c06453ce9519f40a305ed8cd5f3edf 100644 (file)
@@ -486,13 +486,11 @@ Require group GroupName
         other than who they are. Something such as where they are
         coming from.</p>
 
-        <p>The authorization providers <directive module="mod_authz_host">
-        all</directive>, <directive module="mod_authz_host">
-        env</directive>, <directive module="mod_authz_host">
-        host</directive> and <directive module="mod_authz_host">
-        ip</directive> let you allow or deny access based other host based
-        criteria such as host name or ip address of the machine requesting
-        a document.</p>
+        <p>The authorization providers <code>all</code>,
+        <code>env</code>, <code>host</code> and <code>ip</code> let you
+        allow or deny access based other host based criteria such as
+        host name or ip address of the machine requesting a
+        document.</p>
 
         <p>The usage of these providers is specified through the
         <directive module="mod_authz_core">Require</directive> directive.
@@ -578,10 +576,11 @@ Require group GroupName
 
 <section id="moreinformation"><title>More information</title>
     <p>You should also read the documentation for
-    <module>mod_auth_basic</module> and <module>mod_authz_host</module> which
-    contain some more information about how this all works.
-    The directive <directive module="mod_authn_core">&lt;AuthnProviderAlias&gt;</directive>
-    can also help in simplifying certain authentication configurations.</p>
+    <module>mod_auth_basic</module> and <module>mod_authz_host</module>
+    which contain some more information about how this all works.  The
+    directive <directive type="section"
+    module="mod_authn_core">AuthnProviderAlias</directive> can also help
+    in simplifying certain authentication configurations.</p>
 
     <p>The various ciphers supported by Apache for authentication data are
     explained in <a href="../misc/password_encryptions.html">Password
index 3e3bc2a586b70d50a3a2742454cfd798206a1cdc..ada3e73ec597569bbc460371338a0e6bd16ad075 100644 (file)
@@ -47,11 +47,11 @@ changes on a per-directory basis.</p>
             <directive module="core">Options</directive>
             <directive module="mod_mime">AddHandler</directive>
             <directive module="core">SetHandler</directive>
-            <directive module="core">AuthType</directive>
-            <directive module="core">AuthName</directive>
+            <directive module="mod_authn_core">AuthType</directive>
+            <directive module="mod_authn_core">AuthName</directive>
             <directive module="mod_authn_file">AuthUserFile</directive>
             <directive module="mod_authz_groupfile">AuthGroupFile</directive>
-            <directive module="core">Require</directive>
+            <directive module="mod_authz_core">Require</directive>
         </directivelist>
 
     </related>
index 2b1957aa3e0d357a39bbc626c77709f2761677cd..89401181c10138e1e53946e850536b1627d8a4d5 100644 (file)
@@ -884,7 +884,7 @@ the contents of file-system directories matching a regular expression.</descript
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of paths to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <module>mod_rewrite</module>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
@@ -1744,7 +1744,7 @@ filenames</description>
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of files to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <module>mod_rewrite</module>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
@@ -1907,7 +1907,7 @@ satisfied by a request at runtime</description>
     documentation is available in <a href="../expr.html">Expressions in
     Apache HTTP Server</a>.</p>
 
-    <p>Only directives that support the <a href="mod/directive-dict.html#Context"
+    <p>Only directives that support the <a href="directive-dict.html#Context"
     >directory context</a> can be used within this configuration section.</p>
 
 </usage>
@@ -2712,7 +2712,7 @@ matching URLs</description>
     <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <module>mod_rewrite</module>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
index fa8cd4393b92e3f26c81c4b940e19dfadc13d985..1d93c39e37461364ad9b1ffd83b600a3cce51453 100644 (file)
@@ -227,9 +227,7 @@ authentication</description>
     contain at least the (set of) root URI(s) for this space.
     Omitting to do so will cause the client to send the
     Authorization header for <em>every request</em> sent to this
-    server. Apart from increasing the size of the request, it may
-    also have a detrimental effect on performance if <directive
-    module="mod_auth_digest">AuthDigestNcCheck</directive> is on.</p>
+    server.</p>
 
     <p>The URIs specified can also point to different servers, in
     which case clients (which understand this) will then share
index 6721ba8170f4ba389fff811dfd8f2ae925f1a8b2..251739d8a311dd5b863ef6c1e754224ed8770e2c 100644 (file)
@@ -83,8 +83,8 @@ passwords for authentication</description>
     </note>
 
     <p>The encrypted password format depends on which authentication
-    frontend (e.g. <module>mod_authn_basic</module> or
-    <module>mod_authn_digest</module>) is being used.  See <a
+    frontend (e.g. <module>mod_auth_basic</module> or
+    <module>mod_auth_digest</module>) is being used.  See <a
     href="../misc/password_encryptions.html">Password Formats</a> for
     more information.</p>
 
index dd05e275f79d50fde4412d8850caf7a445827961..0bc49f69efc09cbd5be5980e5c3a980c3a12b6fd 100644 (file)
@@ -968,8 +968,8 @@ AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
   <p>When the <directive module="mod_cache">CacheHeader</directive> directive
   is switched on, an <strong>X-Cache</strong> header will be added to the response
   with the cache status of this response. If the normal handler is used, this
-  directive may appear within a <directive module="core">&lt;Directory&gt;</directive>
-  or <directive module="core">&lt;Location&gt;</directive> directive. If the quick
+  directive may appear within a <directive module="core" type="section">Directory</directive>
+  or <directive module="core" type="section">Location</directive> directive. If the quick
   handler is used, this directive must appear within a server or virtual host
   context, otherwise the setting will be ignored.</p>
 
@@ -1017,8 +1017,8 @@ CacheHeader on
   used by the service and client.</p>
 
   <p>If the normal handler is used, this directive may appear within a
-  <directive module="core">&lt;Directory&gt;</directive> or
-  <directive module="core">&lt;Location&gt;</directive> directive. If the quick handler
+  <directive module="core" type="section">Directory</directive> or
+  <directive module="core" type="section">Location</directive> directive. If the quick handler
   is used, this directive must appear within a server or virtual host context, otherwise
   the setting will be ignored.</p>
 
index f663e2b4d59bc1693bad4803f620c57045a01188..e47d180f772d3e51d9ead9f86a0347fd56f4e2bd 100644 (file)
@@ -96,7 +96,7 @@ ExtFilterDefine gzip mode=output cmd=/bin/gzip
     # run on output
     SetOutputFilter gzip
     
-    # mod_header directive to add
+    # mod_headers directive to add
     # "Content-Encoding: gzip" header field
     Header set Content-Encoding gzip
 &lt;/Location&gt;
index e44ab64081ddeb17b2ef4a656b21bcb8d8c77915..9f5b3e9c84ae26d8e3823c68d213b61b7c366a78 100644 (file)
@@ -38,7 +38,7 @@
 
 <section id="order"><title>処理の順番</title>
 
-    <p><module>mod_header</module> のディレクティブはサーバ設定のほぼどこにでも
+    <p><module>mod_headers</module> のディレクティブはサーバ設定のほぼどこにでも
     書くことができ、影響する範囲を<a
     href="../sections.html">設定用セクション</a>で囲むことで限定する
     ことができます。</p>
index 1fdad686af81c880d9ff06498c977977f6db4885..8a1aa5b279a72d9ca8edfe8dab331bb34f58abe8 100644 (file)
@@ -139,18 +139,18 @@ configuration</description>
           <directive module="mod_so">LoadFile</directive>.</li>
       <li>Directives which control the configuration file itself, such as
           <directive module="core">Include</directive>,
-          <directive module="core">&lt;IfModule&gt;</directive> and
-          <directive module="core">&lt;IfDefine&gt;</directive> are not
+          <directive module="core" type="section">IfModule</directive> and
+          <directive module="core" type="section">IfDefine</directive> are not
           listed, but the included configuration directives are.</li>
       <li>Comments are not listed. (This may be considered a feature.)</li>
       <li>Configuration directives from <code>.htaccess</code> files are
           not listed (since they do not form part of the permanent server
           configuration).</li>
       <li>Container directives such as
-          <directive module="core">&lt;Directory&gt;</directive>
+          <directive module="core" type="section">Directory</directive>
           are listed normally, but <module>mod_info</module> cannot figure
           out the line number for the closing
-          <directive module="core">&lt;/Directory&gt;</directive>.</li>
+          <directive module="core" type="section" name="Directory">/Directory</directive>.</li>
       <li>Directives generated by third party modules such as <a href="http://perl.apache.org">mod_perl</a>
           might not be listed.</li>
     </ul>
index 987f46a60c9727c4ea27a12ef65d919141bea017..57e72c3e7d088bda02e5253d77e733516f29c005 100644 (file)
@@ -532,7 +532,7 @@ proxied resources</description>
     <p>From 2.5.0 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <module>mod_rewrite</module>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
index 02f680cb41fa012229ef53b953b28524e77913fd..71102f1b1976867b0b44c044dfce4b6da562b3d1 100644 (file)
@@ -44,7 +44,7 @@ via the request headers.
 
     <p>Once replaced as instructed, this overridden useragent IP address is
     then used for the <module>mod_authz_host</module>
-    <directive module="mod_authz_host" type="section">Require ip</directive>
+    <directive module="mod_authz_core" name="require">Require ip</directive>
     feature, is reported by <module>mod_status</module>, and is recorded by
     <module>mod_log_config</module> <code>%a</code> and <module>core</module>
     <code>%a</code> format strings. The underlying client IP of the connection
index 5d873df2a0f285d0b4c061fc3c54533d5f0ef400..c2446c251dd3f676986e3f59293fd0a07ab2e062 100644 (file)
@@ -120,11 +120,12 @@ SessionCryptoPassphrase secret
       </highlight>
     </example>
 
-    <p>The <var>NSS</var> crypto driver might have already been configured by another
-    part of the server, for example from <module>mod_nss</module> or
-    <module>mod_ldap</module>. If found to have already been configured,
-    a warning will be logged, and the existing configuration will have taken affect.
-    To avoid this warning, use the noinit parameter as follows.</p>
+    <p>The <var>NSS</var> crypto driver might have already been
+    configured by another part of the server, for example from
+    <code>mod_nss</code> or <module>mod_ldap</module>. If found to
+    have already been configured, a warning will be logged, and the
+    existing configuration will have taken affect.  To avoid this
+    warning, use the noinit parameter as follows.</p>
 
     <example><title>NSS with certificate database</title>
     <highlight language="config">
index e4f70e889084dcd621305c1fdb0a2b902efb83a5..c5fd0f17464aee2499a4d166615aece93e630787 100644 (file)
@@ -47,9 +47,9 @@
 <seealso><a href="../bind.html">Setting which addresses and ports Apache
 uses</a></seealso>
 
-<directivesynopsis location="mpm_common"><name>User</name>
+<directivesynopsis location="mod_unixd"><name>User</name>
 </directivesynopsis>
-<directivesynopsis location="mpm_common"><name>Group</name>
+<directivesynopsis location="mod_unixd"><name>Group</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>Listen</name>
 </directivesynopsis>
index 62d4fc0dd6be2bbaa9126a6a3b463fa7aebe00ab..ca8032e560d76c59c914711d12f08a34e2496015 100644 (file)
       browsers to request that content be compressed before delivery,
       saving network bandwidth.</dd>
 
-      <dt><module>mod_auth_ldap</module></dt>
+      <dt><module outdated="true">mod_auth_ldap</module></dt>
 
       <dd>New module in Apache httpd 2.0.41.  This module allows an LDAP
       database to be used to store credentials for HTTP Basic
       using <module>mod_include</module>'s variables <code>$0</code>
       .. <code>$9</code>.</dd>
 
-      <dt><module>mod_auth_dbm</module></dt>
+      <dt><module outdated="true">mod_auth_dbm</module></dt>
 
       <dd>Now supports multiple types of DBM-like databases using the
-      <a href="../2.0/mod/mod_auth_dbm.html#AuthDBMType"><code>AuthDBMType</code></a>
-      directive.</dd>
+      <directive>AuthDBMType</directive> directive.</dd>
 
     </dl>
   </section>
index 7a355fb063d7a8aefa82b2ff1cf7c4b225f9d85e..6ee9de6e1b7c76b845e0237784f6a83d4042d02d 100644 (file)
       </tr>
 
       <tr>
-        <td><module>mod_access</module></td>
+        <td><module outdated="true">mod_access</module></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
       </tr>
 
       <tr>
-        <td><module>mod_auth</module></td>
+        <td><module outdated="true">mod_auth</module></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
       </tr>
 
       <tr>
-        <td><module>mod_log_referer</module></td>
+        <td><module outdated="true">mod_log_referer</module></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
index 39e16edf8899a31acef2b4c252323e8ab61eac59..258b80e08e8abd2eb2b11052e331e11dcf7c52b5 100644 (file)
     <a href="http://httpd.apache.org/bug_report.html">bug reporting
     page.</a></p>
 
-    <p>The bug reporting page and dev-httpd mailing list are <em>not</em>
-    provided to answer questions about configuration or running Apache.
-    Before you submit a bug report or request, first consult this document, the
-    <a href="../faq/">Frequently Asked Questions</a> page and the other
-    relevant documentation topics. If you still have a question or problem,
-    post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
-    novell.devsup.webserver</a> newsgroup, where many Apache users are more than
-    willing to answer new and obscure questions about using Apache on NetWare.</p>
+    <p>The bug reporting page and dev-httpd mailing list are
+    <em>not</em> provided to answer questions about configuration or
+    running Apache.  Before you submit a bug report or request, first
+    consult this document, the <a
+    href="http://wiki.apache.org/httpd/FAQ">Frequently Asked
+    Questions</a> page and the other relevant documentation topics. If
+    you still have a question or problem, post it to the <a
+    href="news://developer-forums.novell.com/novell.devsup.webserver">
+    novell.devsup.webserver</a> newsgroup, where many Apache users are
+    more than willing to answer new and obscure questions about using
+    Apache on NetWare.</p>
 
     <p>Most of this document assumes that you are installing Apache
     from a binary distribution. If you want to compile Apache
     <p>Apache is configured by reading configuration files usually stored
     in the <code>conf</code> directory. These are the same as files used
     to configure the Unix version, but there are a few different directives for
-    Apache on NetWare. See the <a href="../">Apache
+    Apache on NetWare. See the <a href="../mod/">Apache module
     documentation</a> for all the available directives.</p>
 
     <p>The main differences in Apache for NetWare are:</p>
index 8212e966fd1b202b4c91f8af49715f84304a6854..387ff084a1e75b785b57f6d8064329f19998b000 100644 (file)
         <p>To find out which modules are compiled by default, run
         <code>./configure -h</code> or <code>./configure --help</code>
         and look under <code>Optional Features</code>.  Suppose you
-        are interested in <module>mod_example1</module> and
-        <module>mod_example2</module>, and you
+        are interested in <code>mod_example1</code> and
+        <code>mod_example2</code>, and you
         see this:</p>
 
         <example><pre>Optional Features:
index 034bf270928e46a18e211af5fe8f7ee7de0cb28b..39feb98a0c69aa1e9605a346ff7ea000ad6647fa 100644 (file)
@@ -20,7 +20,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="other.xml.meta">
+<manualpage metafile="log_server_status.xml.meta">
 <parentdocument href="./">Programs</parentdocument>
 
 <title>log_server_status - Log periodic status summaries</title>
index 6cb5b3846374321655807225a2d640b4ee28596c..63f8f8a43ed38173a7871b64b16d258f1119c544 100644 (file)
@@ -20,7 +20,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="other.xml.meta">
+<manualpage metafile="split-logfile.xml.meta">
 <parentdocument href="./">Programs</parentdocument>
 
 <title>split-logfile - Split up multi-vhost logfiles</title>
index 170959ed9121d8456cd516221df595b86623f1af..99c986a85825ba3155cbd32187eecb7f3fd10aaa 100644 (file)
@@ -20,7 +20,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="avoid.xml.meta">
+<manualpage metafile="advanced.xml.meta">
   <parentdocument href="./">Rewrite</parentdocument>
 
 <title>Advanced Techniques with mod_rewrite</title>
index c12348e04a8433ab126bef89c7eb5080d9a4864d..929f00af80a334d63b8e58a3c7c6f52abe2a79b9 100644 (file)
@@ -22,7 +22,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="avoid.xml.meta">
+<manualpage metafile="advanced.xml.meta">
   <parentdocument href="./">Rewrite</parentdocument>
 
 <title>Advanced Techniques with mod_rewrite</title>
index 05b169a4f46b9938dfd48098115fda5078016bba..d4f3a37ef417b57eeae4e8fc24c7a401cb482713 100644 (file)
@@ -50,8 +50,8 @@ Documentation</a>.</p>
 <page href="server-wide.html">Server-Wide Configuration</page>
 <page href="logs.html">Log Files</page>
 <page href="urlmapping.html">Mapping URLs to Filesystem Locations</page>
-<page href="misc/security_tips.html">Security Tips</page>
 <page href="dso.html">Dynamic Shared Object (DSO) support</page>
+<page href="compliance.html">HTTP Protocol Compliance</page>
 <page href="content-negotiation.html">Content Negotiation</page>
 <page href="custom-error.html">Custom error responses</page>
 <page href="bind.html">Setting which addresses and ports Apache uses</page>
@@ -62,7 +62,7 @@ Documentation</a>.</p>
 <page href="filter.html">Filters</page>
 <page href="socache.html">Shared Object Cache Support</page>
 <page href="suexec.html">suEXEC Support</page>
-<page href="misc/perf-tuning.html">Performance Hints</page>
+<page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
 <page href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</page>
 </category>
 
@@ -75,7 +75,6 @@ Documentation</a>.</p>
 <page href="vhosts/examples.html">VirtualHost Examples</page>
 <page href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</page>
 <page href="vhosts/fd-limits.html">File descriptor limitations</page>
-<page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
 </category>
 
 <category id="rewrite">
@@ -83,12 +82,18 @@ Documentation</a>.</p>
 <page separate="yes" href="rewrite/">Overview</page>
 <page href="mod/mod_rewrite.html">mod_rewrite reference
 documentation</page>
-<page href="rewrite/intro.html">Introduction</page>
-<page href="rewrite/flags.html">Flags</page>
-<page href="rewrite/tech.html">Technical details</page>
-<page href="rewrite/remapping.html">Remapping URLs</page>
-<page href="rewrite/access.html">Access control</page>
+<page href="rewrite/intro.html">Introduction to regular expressions and
+mod_rewrite</page>
+<page href="rewrite/remapping.html">Using mod_rewrite for redirection and
+remapping of URLs</page>
+<page href="rewrite/access.html">Using mod_rewrite to control access</page>
+<page href="rewrite/vhosts.html">Dynamic virtual hosts with mod_rewrite</page>
+<page href="rewrite/proxy.html">Dynamic proxying with mod_rewrite</page>
+<page href="rewrite/rewritemap.html">Using RewriteMap</page>
 <page href="rewrite/advanced.html">Advanced techniques</page>
+<page href="rewrite/avoid.html">When NOT to use mod_rewrite</page>
+<page href="rewrite/flags.html">RewriteRule Flags</page>
+<page href="rewrite/tech.html">Technical details</page>
 </category>
 
 <category id="ssl">
@@ -103,7 +108,8 @@ documentation</page>
 <category id="howto">
 <title>Guides, Tutorials, and HowTos</title>
 <page separate="yes" href="howto/">Overview</page>
-<page href="howto/auth.html">Authentication</page>
+<page href="howto/auth.html">Authentication and Authorization</page>
+<page href="howto/access.html">Access Control</page>
 <page href="howto/cgi.html">Dynamic Content with CGI</page>
 <page href="howto/ssi.html">Introduction to Server Side Includes</page>
 <page href="howto/htaccess.html">.htaccess files</page>
@@ -117,6 +123,7 @@ documentation</page>
 Windows</page>
 <page href="platform/win_compiling.html">Compiling Apache for
 Microsoft Windows</page>
+<page href="platform/rpm.html">Using Apache With RPM Based Systems</page>
 <page href="platform/netware.html">Using Apache with Novell NetWare</page>
 <page href="platform/perf-hp.html">Running a High-Performance Web
 Server on HPUX</page>
@@ -132,12 +139,18 @@ Server on HPUX</page>
 <page href="programs/apxs.html">Manual Page: apxs</page>
 <page href="programs/configure.html">Manual Page: configure</page>
 <page href="programs/dbmmanage.html">Manual Page: dbmmanage</page>
+<page href="programs/fcgistarter.html">Manual Page: fcgistarter</page>
+<page href="programs/firehose.html">Manual Page: firehose</page>
 <page href="programs/htcacheclean.html">Manual Page: htcacheclean</page>
 <page href="programs/htdbm.html">Manual Page: htdbm</page>
 <page href="programs/htdigest.html">Manual Page: htdigest</page>
 <page href="programs/htpasswd.html">Manual Page: htpasswd</page>
+<page href="programs/httxt2dbm.html">Manual Page: httxt2dbm</page>
 <page href="programs/logresolve.html">Manual Page: logresolve</page>
+<page href="programs/log_server_status.html">Manual Page:
+log_server_status</page>
 <page href="programs/rotatelogs.html">Manual Page: rotatelogs</page>
+<page href="programs/split-logfile.html">Manual Page: split-logfile</page>
 <page href="programs/suexec.html">Manual Page: suexec</page>
 <page href="programs/other.html">Other Programs</page>
 </category>
@@ -145,7 +158,11 @@ Server on HPUX</page>
 <category id="misc">
 <title>Apache Miscellaneous Documentation</title>
 <page separate="yes" href="misc/">Overview</page>
+<page href="misc/perf-tuning.html">Performance Notes - Apache Tuning</page>
+<page href="misc/perf-scaling.html">Performance Scaling</page>
+<page href="misc/security_tips.html">Security Tips</page>
 <page href="misc/relevant_standards.html">Relevant Standards</page>
+<page href="misc/password_encryptions.html">Password Encryption Formats</page>
 </category>
 
 <category id="modules">
@@ -159,12 +176,14 @@ Server on HPUX</page>
 <page separate="yes" href="developer/">Overview</page>
 <page href="developer/API.html">Apache API notes</page>
 <page href="developer/new_api_2_4.html">API updates in Apache HTTPD 2.4</page>
-<page href="developer/debugging.html">Debugging Memory Allocation in APR</page>
-<page href="developer/documenting.html">Documenting Apache 2.x</page>
+<page href="developer/modguide.html">Developing modules for Apache HTTPD 2.4</page>
+<page href="developer/documenting.html">Documenting Apache HTTPD</page>
 <page href="developer/hooks.html">Apache 2.x Hook Functions</page>
-<page href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.x</page>
-<page href="developer/request.html">Request Processing in Apache 2.x</page>
-<page href="developer/filters.html">How Filters Work in Apache 2.x</page>
+<page href="developer/modules.html">Converting Modules from 1.3 to 2.x</page>
+<page href="developer/request.html">Request Processing in 2.x</page>
+<page href="developer/filters.html">How Filters Work in 2.x</page>
+<page href="developer/output-filters.html">Guidelines for output filters in 2.x</page>
+<page href="developer/thread_safety.html">Thread Safety Issues in 2.x</page>
 </category>
 
 <category id="index">
index c24b8821dd9769f0a6c4a58c6f4792a556c15041..f9dbbcf387b5c53ecc7d75e62993ac58389fd86c 100644 (file)
@@ -765,7 +765,7 @@ SetEnvIf User-Agent "MSIE [2-5]" \
     command. Alternatively, you can append the following standard 1024-bit DH
     parameters from <a href="http://www.ietf.org/rfc/rfc2409.txt">RFC 2409</a>,
     section 6.2 to the respective
-    <directive module="ssl">SSLCertificateFile</directive> file:</p>
+    <directive module="mod_ssl">SSLCertificateFile</directive> file:</p>
     <example><pre>-----BEGIN DH PARAMETERS-----
 MIGHAoGBAP//////////yQ/aoiFowjTExmKLgNwc0SkCTgiKZ8x0Agu+pjsTmyJR
 Sgh5jjQE3e+VGbPNOkMbMCsKbfJfFDdP4TVtbVHCReSFtXZiXn7G9ExC6aY37WsL
index c2b394143ef9c51322e485ce29e1e3722590439e..5e22e38a5d9d60f87200c539bfd5f7d5184305f5 100644 (file)
@@ -50,7 +50,7 @@
 <directive module="mod_alias">Alias</directive>
 <directive module="mod_alias">AliasMatch</directive>
 <directive module="mod_speling">CheckSpelling</directive>
-<directive module="core">DirectoryIndex</directive>
+<directive module="mod_dir">DirectoryIndex</directive>
 <directive module="core">DocumentRoot</directive>
 <directive module="core">ErrorDocument</directive>
 <directive module="core">Options</directive>
@@ -88,7 +88,7 @@
 
     <p>If a directory is requested (i.e. a path ending with
     <code>/</code>), the file served from that directory is defined by
-    the <directive module="core">DirectoryIndex</directive> directive.
+    the <directive module="mod_dir">DirectoryIndex</directive> directive.
     For example, if <code>DocumentRoot</code> were set as above, and 
     you were to set:</p>
 
index 86f99f07bf7aa138a20b2f440cb6eafcd8ecb867..f00b9454f0080b7901b2848a020f90fec57a0a17 100644 (file)
@@ -330,9 +330,10 @@ Listen 80
     virtual host through to a server running on another machine. In the
     example, a virtual host of the same name is configured on a machine
     at <code>192.168.111.2</code>. The <directive
-    module="mod_proxy">ProxyPreserveHost On</directive> directive is
-    used so that the desired hostname is passed through, in case we are
-    proxying multiple hostnames to a single machine.</p>
+    module="mod_proxy" name="ProxyPreserveHost">ProxyPreserveHost
+    On</directive> directive is used so that the desired hostname is
+    passed through, in case we are proxying multiple hostnames to a
+    single machine.</p>
 
     <highlight language="config">
 &lt;VirtualHost *:*&gt;
index cd9802eb6e7f9cee168bd320fe5ceb1558bf121a..56c78c24b70d064e18165fa3cc232a968f34ab41 100644 (file)
@@ -99,8 +99,7 @@ CustomLog logs/multiple_vhost_log vhost
 <p>This will create a log file in the common log format, but with the
 canonical virtual host (whatever appears in the
 <directive module="core">ServerName</directive> directive) prepended to
-each line. (See <directive
-module="mod_log_config">Custom Log Formats</directive> for
+each line. (See <module>mod_log_config</module> for
 more about customizing your log files.)</p>
 
 <p>When you wish to split your log file into its component parts (one