]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add missing ids.
authorAndré Malo <nd@apache.org>
Fri, 18 Apr 2003 02:28:28 +0000 (02:28 +0000)
committerAndré Malo <nd@apache.org>
Fri, 18 Apr 2003 02:28:28 +0000 (02:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99430 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
docs/manual/mod/mod_example.html.en
docs/manual/mod/mod_example.xml
docs/manual/mod/mod_so.html.en
docs/manual/mod/mod_so.xml
docs/manual/mod/mod_ssl.html.en
docs/manual/mod/mod_ssl.xml
docs/manual/mod/mod_status.html.en
docs/manual/mod/mod_status.xml
docs/manual/mod/mod_unique_id.html.en
docs/manual/mod/mod_unique_id.xml
docs/manual/mod/mod_usertrack.html.en
docs/manual/mod/mod_usertrack.xml

index 5624ebaebc68e79455ef9d60caf76b5c931379b0..914c15f03113ec9a27a7fa9be4769279e34e6e11 100644 (file)
 </ul>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Compiling the example module</li>
-<li><img alt="" src="../images/down.gif" /> Using the <code>mod_example</code> Module</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#compiling">Compiling the example module</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#using">Using the <code>mod_example</code> Module</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Compiling the example module</h2>
+<h2><a name="compiling" id="compiling">Compiling the example module</a></h2>
 
     <p>To include the example module in your server, follow the
     steps below:</p>
     </ol>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Using the <code>mod_example</code> Module</h2>
+<h2><a name="using" id="using">Using the <code>mod_example</code> Module</a></h2>
 
     <p>To activate the example module, include a block similar to
     the following in your <code>srm.conf</code> file:</p>
index 3aae4bf1237db50c3af7e3ab343f222bbaee559f..2423981335256e6b058481235df345165d1dbf4b 100644 (file)
@@ -34,7 +34,7 @@
     various callbacks were made.</p>
 </summary>
 
-<section><title>Compiling the example module</title>
+<section id="compiling"><title>Compiling the example module</title>
 
     <p>To include the example module in your server, follow the
     steps below:</p>
@@ -74,7 +74,7 @@
     </ol>
 </section>
 
-<section><title>Using the <code>mod_example</code> Module</title>
+<section id="using"><title>Using the <code>mod_example</code> Module</title>
 
     <p>To activate the example module, include a block similar to
     the following in your <code>srm.conf</code> file:</p>
index 11fdc3fdd21467b81130af9c75cd4d0598f448e8..b71771a46f2dcccd86f1ebb860d24b3b4b9b8a56 100644 (file)
@@ -52,11 +52,11 @@ Windows</td></tr></table>
 </ul>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Creating Loadable Modules for Windows</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#windows">Creating Loadable Modules for Windows</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Creating Loadable Modules for Windows</h2>
+<h2><a name="windows" id="windows">Creating Loadable Modules for Windows</a></h2>
 
     <div class="note"><h3>Note</h3>
     <p>The module name format changed for Windows
index 9bce83cf08be253ac44284871264d65c961f246f..e28aa7ada2fe4459acc7909f2d3f552797676c56 100755 (executable)
@@ -31,7 +31,7 @@ Windows</compatibility>
     </note>
 </summary>
 
-<section><title>Creating Loadable Modules for Windows</title>
+<section id="windows"><title>Creating Loadable Modules for Windows</title>
 
     <note><title>Note</title>
     <p>The module name format changed for Windows
index b6d175cd96962e9830c55d717c7e3f6982626acc..d4ad41232ddc14d7979f432b7d400531508aa490 100644 (file)
@@ -73,12 +73,12 @@ to provide the cryptography engine.</p>
 </ul>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Environment Variables</li>
-<li><img alt="" src="../images/down.gif" /> Custom Log Formats</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#envvars">Environment Variables</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#logformats">Custom Log Formats</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Environment Variables</h2>
+<h2><a name="envvars" id="envvars">Environment Variables</a></h2>
 
 <p>This module provides a lot of SSL information as additional environment
 variables to the SSI and CGI namespace. The generated variables are listed in
@@ -130,7 +130,7 @@ compatibility variables.</p>
 </table>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Custom Log Formats</h2>
+<h2><a name="logformats" id="logformats">Custom Log Formats</a></h2>
 
 <p>When <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is built into Apache or at least
 loaded (under DSO situation) additional functions exist for the <a href="mod_log_config.html#formats">Custom Log Format</a> of 
index 86aca76b12796637c6e50161ec66fe3a326ff541..5109dffe98ecdb012197eb526e8d98b6b0b9d0f6 100644 (file)
@@ -22,7 +22,7 @@ to provide the cryptography engine.</p>
 <a href="../ssl/">SSL documentation</a>.</p>
 </summary>
 
-<section><title>Environment Variables</title>
+<section id="envvars"><title>Environment Variables</title>
 
 <p>This module provides a lot of SSL information as additional environment
 variables to the SSI and CGI namespace. The generated variables are listed in
@@ -75,7 +75,7 @@ compatibility variables.</p>
 </table>
 </section>
 
-<section><title>Custom Log Formats</title>
+<section id="logformats"><title>Custom Log Formats</title>
 
 <p>When <module>mod_ssl</module> is built into Apache or at least
 loaded (under DSO situation) additional functions exist for the <a
index 49250c771248be0461d56881f52d6d8f14930a58..169ffeba0b07abb745246f5ea3ce566adefcb7bc 100644 (file)
@@ -78,13 +78,13 @@ performance</td></tr>
 </ul>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Enabling Status Support</li>
-<li><img alt="" src="../images/down.gif" /> Automatic Updates</li>
-<li><img alt="" src="../images/down.gif" /> Machine Readable Status File</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#enable">Enabling Status Support</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#autoupdate">Automatic Updates</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#machinereadable">Machine Readable Status File</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Enabling Status Support</h2>
+<h2><a name="enable" id="enable">Enabling Status Support</a></h2>
     
 
     <p>To enable status reports only for browsers from the foo.com
@@ -109,7 +109,7 @@ performance</td></tr>
     <a href="core.html#servertype">inetd</a> mode.</p></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Automatic Updates</h2>
+<h2><a name="autoupdate" id="autoupdate">Automatic Updates</a></h2>
 
     
     <p>You can get the status page to update itself automatically if
@@ -119,7 +119,7 @@ performance</td></tr>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Machine Readable Status File</h2>
+<h2><a name="machinereadable" id="machinereadable">Machine Readable Status File</a></h2>
 
     
     <p>A machine-readable version of the status file is available by
index 031785dc3dff39dc0f1693a29d7dda5fef956f03..e3ca67d1a99f6bc00c9d8dbcbe970de0b0001b34 100644 (file)
@@ -58,7 +58,7 @@ performance</description>
     these statistics does not exist within standard Apache.</p>
 </summary>
 
-<section>
+<section id="enable">
     <title>Enabling Status Support</title>
 
     <p>To enable status reports only for browsers from the foo.com
@@ -84,7 +84,7 @@ performance</description>
     <a href="core.html#servertype">inetd</a> mode.</p></note>
 </section>
 
-<section>
+<section id="autoupdate">
 
     <title>Automatic Updates</title>
     <p>You can get the status page to update itself automatically if
@@ -94,7 +94,7 @@ performance</description>
 
 </section>
 
-<section>
+<section id="machinereadable">
 
     <title>Machine Readable Status File</title>
     <p>A machine-readable version of the status file is available by
index 6ba4bb109528281dd2b370d66c073c16ab7e256c..3ced86226e4524d6482a1a2e15182b95edefd892 100644 (file)
@@ -41,11 +41,11 @@ identifier for each request</td></tr>
 <p>This module provides no directives.</p>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Theory</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#theory">Theory</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Theory</h2>
+<h2><a name="theory" id="theory">Theory</a></h2>
     
 
     <p>First a brief recap of how the Apache server works on Unix
index f5989f984f08a30ecf784434bf0c29117abf210c..f496963cb468f8a0f690b00497117185bb6d6317 100755 (executable)
@@ -22,7 +22,7 @@ identifier for each request</description>
     document.</p>
 </summary>
 
-<section>
+<section id="theory">
     <title>Theory</title>
 
     <p>First a brief recap of how the Apache server works on Unix
index 48ef5a431a09027e12b7d5c73b5ed94174623780..fb507cc64798d23091e6b8047d198375a0728689 100644 (file)
 </ul>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> Logging</li>
-<li><img alt="" src="../images/down.gif" /> 2-digit or 4-digit dates for cookies?</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#logging">Logging</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#cookiedate">2-digit or 4-digit dates for cookies?</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Logging</h2>
+<h2><a name="logging" id="logging">Logging</a></h2>
 
 
     <p>Previously, the cookies module (now the user tracking
@@ -70,7 +70,7 @@ CustomLog logs/clickstream "%{cookie}n %r %t"
     should be upgraded to the above <code class="directive"><a href="../mod/mod_log_config.html#customlog">CustomLog</a></code> directive. </p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>2-digit or 4-digit dates for cookies?</h2>
+<h2><a name="cookiedate" id="cookiedate">2-digit or 4-digit dates for cookies?</a></h2>
 
 
     <p>(the following is from message
index 965ce3d57054e9d30efce0d4c3d9d278e0be0817..a14c4e04bbdf14e9f60500805d4aa158c44b2fe4 100755 (executable)
@@ -21,7 +21,7 @@
 </summary>
 
 
-<section>
+<section id="logging">
 <title>Logging</title>
 
     <p>Previously, the cookies module (now the user tracking
@@ -43,7 +43,7 @@ CustomLog logs/clickstream "%{cookie}n %r %t"
     module="mod_log_config">CustomLog</directive> directive. </p>
 </section>
 
-<section>
+<section id="cookiedate">
 <title>2-digit or 4-digit dates for cookies?</title>
 
     <p>(the following is from message