]> granicus.if.org Git - apache/commitdiff
- fix several validation errors
authorAndre Malo <nd@apache.org>
Sun, 29 Sep 2002 04:51:26 +0000 (04:51 +0000)
committerAndre Malo <nd@apache.org>
Sun, 29 Sep 2002 04:51:26 +0000 (04:51 +0000)
- introduce CSS class td.centered: guess, what it does ;-)
  please, use with care...

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

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml
docs/manual/misc/rewriteguide.html.en
docs/manual/misc/rewriteguide.xml
docs/manual/platform/ebcdic.html.en
docs/manual/platform/ebcdic.xml
docs/manual/style/css/manual-print.css
docs/manual/style/css/manual.css

index c2b8c364fa71767d3767e58755a05c5afdfda3d5..58b120f7cd126783f8fc09b65e412ed35040d9ce 100644 (file)
@@ -180,7 +180,6 @@ existing HTML documents.</p>
 
     <p>Following are some specific examples of things you can do in
     your HTML documents with SSI.</p>
-    <hr />
 
 <h3><a name="docmodified" id="docmodified">When was this document
 modified?</a></h3>
index 28089fb4873e58353fa1b562e3816e4d51c0d45f..6ee113318d2610d92a42fca4b298705ad896e4b6 100644 (file)
@@ -208,7 +208,6 @@ existing HTML documents.</p>
 
     <p>Following are some specific examples of things you can do in
     your HTML documents with SSI.</p>
-    <hr />
 
 <section id="docmodified"><title>When was this document
 modified?</title>
index 19294a62cb74cb550e4a3af6120c1d3cf8357748..dcc93e2ca09e583a3f79002186f6525a50530733 100644 (file)
@@ -6,9 +6,9 @@
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       --><title>URL Rewriting Guide - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body id="manual-page"><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
     <div class="note">
-      <address>Originally written by<br />
-      Ralf S. Engelschall &lt;rse@apache.org&gt;<br />
-      December 1997</address>
+      <p>Originally written by<br />
+      <cite>Ralf S. Engelschall &lt;rse@apache.org&gt;</cite><br />
+      December 1997</p>
     </div>
 
     <p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
@@ -67,7 +67,7 @@
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>On some webservers there are more than one URL for a
@@ -78,7 +78,7 @@
           canonical one only.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We do an external HTTP redirect for all non-canonical
@@ -102,11 +102,11 @@ RewriteRule   ^/([uge])/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <div class="example"><pre>
@@ -128,7 +128,7 @@ RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Usually the <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>
@@ -142,7 +142,7 @@ RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R]
           data pool work for subsequent requests.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just redirect the URL <code>/</code> to
@@ -168,7 +168,7 @@ RewriteRule   <strong>^/$</strong>  /e/www/  [<strong>R</strong>]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Every webmaster can sing a song about the problem of
@@ -183,7 +183,7 @@ RewriteRule   <strong>^/$</strong>  /e/www/  [<strong>R</strong>]
           complicated URL rewritings to CGI scripts etc.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution to this subtle problem is to let the server
@@ -228,7 +228,7 @@ RewriteRule    ^(.+<strong>[^/]</strong>)$           $1<strong>/</strong>  [R]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>We want to create a homogeneous and consistent URL
@@ -242,7 +242,7 @@ RewriteRule    ^(.+<strong>[^/]</strong>)$           $1<strong>/</strong>  [R]
           host.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First, the knowledge of the target servers come from
@@ -303,7 +303,7 @@ RewriteRule   ^/([uge])/([^/]+)/([^.]+.+)   /$1/$2/.www/$3\
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Many webmasters have asked for a solution to the
@@ -313,7 +313,7 @@ RewriteRule   ^/([uge])/([^/]+)/([^.]+.+)   /$1/$2/.www/$3\
           will replace the old one over time.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution is trivial with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.
@@ -335,7 +335,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Some sites with thousands of users usually use a
@@ -347,7 +347,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
           <code>/home/<strong>b</strong>/bar/.www/anypath</code>.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use the following ruleset to expand the tilde URLs
@@ -367,7 +367,7 @@ RewriteRule   ^/~(<strong>([a-z])</strong>[a-z0-9]+)(.*)  /home/<strong>$2</stro
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>This really is a hardcore example: a killer application
@@ -413,7 +413,7 @@ drwxrwxr-x  10 netsw  users    512 Jul  9 14:08 X11/
           Web or CGI stuff to be there.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution has two parts: The first is a set of CGI
@@ -516,7 +516,7 @@ RewriteRule   (.*)                     netsw-lsdir.cgi/$1
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>When switching from the NCSA webserver to the more
@@ -531,7 +531,7 @@ RewriteRule   (.*)                     netsw-lsdir.cgi/$1
           <code>/path/to/page.map</code>.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a global rule to remove the prefix on-the-fly for
@@ -551,7 +551,7 @@ RewriteRule    ^/cgi-bin/imagemap(.*)  $1  [PT]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes it is necessary to let the webserver search
@@ -559,7 +559,7 @@ RewriteRule    ^/cgi-bin/imagemap(.*)  $1  [PT]
           other techniques cannot help.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We program a explicit ruleset which searches for the
@@ -592,7 +592,7 @@ RewriteRule   ^(.+)  -  [PT]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Perhaps you want to keep status information between
@@ -601,7 +601,7 @@ RewriteRule   ^(.+)  -  [PT]
           information.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a rewrite rule to strip out the status information
@@ -625,7 +625,7 @@ RewriteRule   ^(.*)/<strong>S=([^/]+)</strong>/(.*)    $1/$3 [E=<strong>STATUS:$
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume that you want to provide
@@ -635,7 +635,7 @@ RewriteRule   ^(.*)/<strong>S=([^/]+)</strong>/(.*)    $1/$3 [E=<strong>STATUS:$
           machine.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>For HTTP/1.0 requests there is no solution, but for
@@ -660,7 +660,7 @@ RewriteRule   ^www\.<strong>([^.]+)</strong>\.host\.com(.*) /home/<strong>$1</st
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>We want to redirect homedir URLs to another webserver
@@ -670,7 +670,7 @@ RewriteRule   ^www\.<strong>([^.]+)</strong>\.host\.com(.*) /home/<strong>$1</st
           virtual host contexts.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Just a rewrite condition:</p>
@@ -690,7 +690,7 @@ RewriteRule   ^(/~.+)         http://www.somewhere.com/$1 [R,L]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>A typical FAQ about URL rewriting is how to redirect
@@ -702,7 +702,7 @@ RewriteRule   ^(/~.+)         http://www.somewhere.com/$1 [R,L]
           CGI-script!</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The first solution has the best performance but less
@@ -742,7 +742,7 @@ RewriteRule   ^(.+)          http://<strong>webserverB</strong>.dom/$1
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes we need more control (concerning the
@@ -756,7 +756,7 @@ RewriteRule   ^(.+)          http://<strong>webserverB</strong>.dom/$1
           How can we redirect to such a URL?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We have to use a kludge by the use of a NPH-CGI script
@@ -828,7 +828,7 @@ RewriteRule ^anyurl  xredirect:news:newsgroup
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Do you know the great CPAN (Comprehensive Perl Archive
@@ -841,7 +841,7 @@ RewriteRule ^anyurl  xredirect:news:newsgroup
           implemented via <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First we notice that from version 3.0.0
@@ -881,7 +881,7 @@ com       ftp://ftp.cxan.com/CxAN/
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>When tricks like time-dependent content should happen a
@@ -890,7 +890,7 @@ com       ftp://ftp.cxan.com/CxAN/
           via <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>There are a lot of variables named <code>TIME_xxx</code>
@@ -922,7 +922,7 @@ RewriteRule   ^foo\.html$             foo.night.html
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we make URLs backward compatible (still
@@ -931,7 +931,7 @@ RewriteRule   ^foo\.html$             foo.night.html
           bunch of <code>.html</code> files to <code>.phtml</code>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just rewrite the name to its basename and test for
@@ -969,7 +969,7 @@ RewriteRule   ^(.*)$ $1.html
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume we have recently renamed the page
@@ -979,7 +979,7 @@ RewriteRule   ^(.*)$ $1.html
           the pages was renamed.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We rewrite the old URL to the new one internally via the
@@ -1000,7 +1000,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume again that we have recently renamed the page
@@ -1011,7 +1011,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html
           change, too.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We force a HTTP redirect to the new URL which leads to a
@@ -1032,7 +1032,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html  [<strong
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>At least for important top-level pages it is sometimes
@@ -1042,7 +1042,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html  [<strong
           browsers and a average feature version for all others.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We cannot use content negotiation because the browsers do
@@ -1076,7 +1076,7 @@ RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume there are nice webpages on remote hosts we want
@@ -1093,12 +1093,12 @@ RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L
           there is need (updated data on the remote host).</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>To provide this feature we map the remote webpage or even
           the complete remote webarea to our namespace by the use
-          of the <i>Proxy Throughput</i> feature
+          of the <dfn>Proxy Throughput</dfn> feature
           (flag <code>[P]</code>):</p>
 
 <div class="example"><pre>
@@ -1122,11 +1122,11 @@ RewriteRule    ^<strong>usa-news\.html</strong>$   <strong>http://www.quux-corp.
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <div class="example"><pre>
@@ -1144,7 +1144,7 @@ RewriteRule   ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>This is a tricky way of virtually running a corporate
@@ -1157,7 +1157,7 @@ RewriteRule   ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
           one.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First, we have to make sure that our firewall still
@@ -1192,7 +1192,7 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Suppose we want to load balance the traffic to
@@ -1200,7 +1200,7 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
           (a total of 6 servers). How can this be done?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>There are a lot of possible solutions for this problem.
@@ -1347,11 +1347,11 @@ while (&lt;STDIN&gt;) {
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <div class="example"><pre>
@@ -1464,7 +1464,7 @@ dynamic   www5.foo.dom|www6.foo.dom
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>On the net there are a lot of nifty CGI programs. But
@@ -1510,7 +1510,7 @@ RewriteRule ^/[uge]/<strong>([^/]+)</strong>/\.www/(.+)\.scgi(.*) ...
           lot of time changing the various hyperlinks.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution here is to provide a special new URL format
@@ -1548,7 +1548,7 @@ HREF="*"
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we transform a static page
@@ -1557,7 +1557,7 @@ HREF="*"
           by the browser/user.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just rewrite the URL to the CGI-script and force the
@@ -1581,7 +1581,7 @@ RewriteRule    ^foo\.<strong>html</strong>$  foo.<strong>cgi</strong>  [T=<stron
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Here comes a really esoteric feature: Dynamically
@@ -1594,7 +1594,7 @@ RewriteRule    ^foo\.<strong>html</strong>$  foo.<strong>cgi</strong>  [T=<stron
           contents gets refreshed.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           This is done via the following ruleset:
@@ -1624,7 +1624,7 @@ RewriteRule ^page\.<strong>html</strong>$          page.<strong>cgi</strong>   [
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Wouldn't it be nice while creating a complex webpage if
@@ -1633,7 +1633,7 @@ RewriteRule ^page\.<strong>html</strong>$          page.<strong>cgi</strong>   [
           Impossible?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>No! We just combine the MIME multipart feature, the
@@ -1776,7 +1776,7 @@ exit(0);
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>The <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> feature of Apache is nice
@@ -1786,12 +1786,12 @@ exit(0);
           choice.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>To provide this feature we map the remote webpage or even
           the complete remote webarea to our namespace by the use
-          of the <i>Proxy Throughput</i> feature (flag <code>[P]</code>):</p>
+          of the <dfn>Proxy Throughput</dfn> feature (flag <code>[P]</code>):</p>
 
 <div class="example"><pre>
 ##
@@ -1866,7 +1866,7 @@ RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we block a really annoying robot from
@@ -1876,7 +1876,7 @@ RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
           rid of such a robot.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a ruleset which forbids the URLs of the webarea
@@ -1904,7 +1904,7 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+   -   [<strong>F</strong>]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume we have under <code>http://www.quux-corp.de/~quux/</code>
@@ -1914,7 +1914,7 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+   -   [<strong>F</strong>]
           useless traffic to our server.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>While we cannot 100% protect the images from inclusion,
@@ -1942,14 +1942,14 @@ RewriteRule <strong>^inlined-in-foo\.gif$</strong>   -                        [F
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we forbid a list of externally configured hosts
           from using our server?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>For Apache &gt;= 1.3b6:</p>
@@ -1997,14 +1997,14 @@ bsdti1.sdm.de  -
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we forbid a certain host or even a user of a
           special host from using the Apache proxy?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We first have to make sure <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
@@ -2034,7 +2034,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.*  - [F]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes a very special authentication is needed, for
@@ -2044,7 +2044,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.*  - [F]
           when using the Basic Auth via <code class="module"><a href="../mod/mod_access.html">mod_access</a></code>).</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a list of rewrite conditions to exclude all except
@@ -2066,7 +2066,7 @@ RewriteRule ^/~quux/only-for-friends/      -                                 [F]
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we program a flexible URL Deflector which acts
@@ -2074,7 +2074,7 @@ RewriteRule ^/~quux/only-for-friends/      -                                 [F]
           many referring pages as we like?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Use the following really tricky ruleset...</p>
@@ -2122,7 +2122,7 @@ http://www.badguys.com/bad/index3.html   http://somewhere.com/
       
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>A FAQ: How can we solve the FOO/BAR/QUUX/etc.
@@ -2130,7 +2130,7 @@ http://www.badguys.com/bad/index3.html   http://somewhere.com/
           <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>...</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Use an external <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>, i.e. a program which acts
index 4e320c44d589bc20996f1fe10b5c3668570f4e1b..fe316eab648096180111387ef072edb5636bc904 100644 (file)
@@ -9,9 +9,9 @@
 
   <summary>
     <note>
-      <address>Originally written by<br />
-      Ralf S. Engelschall &lt;rse@apache.org&gt;<br />
-      December 1997</address>
+      <p>Originally written by<br />
+      <cite>Ralf S. Engelschall &lt;rse@apache.org&gt;</cite><br />
+      December 1997</p>
     </note>
 
     <p>This document supplements the <module>mod_rewrite</module>
@@ -76,7 +76,7 @@
       <title>Canonical URLs</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>On some webservers there are more than one URL for a
@@ -87,7 +87,7 @@
           canonical one only.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We do an external HTTP redirect for all non-canonical
@@ -111,11 +111,11 @@ RewriteRule   ^/([uge])/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<
       <title>Canonical Hostnames</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <example><pre>
@@ -137,7 +137,7 @@ RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R]
       <title>Moved <code>DocumentRoot</code></title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Usually the <directive module="core">DocumentRoot</directive>
@@ -152,7 +152,7 @@ RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R]
           data pool work for subsequent requests.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just redirect the URL <code>/</code> to
@@ -179,7 +179,7 @@ RewriteRule   <strong>^/$</strong>  /e/www/  [<strong>R</strong>]
       <title>Trailing Slash Problem</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Every webmaster can sing a song about the problem of
@@ -194,7 +194,7 @@ RewriteRule   <strong>^/$</strong>  /e/www/  [<strong>R</strong>]
           complicated URL rewritings to CGI scripts etc.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution to this subtle problem is to let the server
@@ -239,7 +239,7 @@ RewriteRule    ^(.+<strong>[^/]</strong>)$           $1<strong>/</strong>  [R]
       <title>Webcluster through Homogeneous URL Layout</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>We want to create a homogeneous and consistent URL
@@ -253,7 +253,7 @@ RewriteRule    ^(.+<strong>[^/]</strong>)$           $1<strong>/</strong>  [R]
           host.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First, the knowledge of the target servers come from
@@ -314,7 +314,7 @@ RewriteRule   ^/([uge])/([^/]+)/([^.]+.+)   /$1/$2/.www/$3\
       <title>Move Homedirs to Different Webserver</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Many webmasters have asked for a solution to the
@@ -324,7 +324,7 @@ RewriteRule   ^/([uge])/([^/]+)/([^.]+.+)   /$1/$2/.www/$3\
           will replace the old one over time.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution is trivial with <module>mod_rewrite</module>.
@@ -346,7 +346,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
       <title>Structured Homedirs</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Some sites with thousands of users usually use a
@@ -358,7 +358,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
           <code>/home/<strong>b</strong>/bar/.www/anypath</code>.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use the following ruleset to expand the tilde URLs
@@ -378,7 +378,7 @@ RewriteRule   ^/~(<strong>([a-z])</strong>[a-z0-9]+)(.*)  /home/<strong>$2</stro
       <title>Filesystem Reorganization</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>This really is a hardcore example: a killer application
@@ -424,7 +424,7 @@ drwxrwxr-x  10 netsw  users    512 Jul  9 14:08 X11/
           Web or CGI stuff to be there.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution has two parts: The first is a set of CGI
@@ -527,7 +527,7 @@ RewriteRule   (.*)                     netsw-lsdir.cgi/$1
       <title>NCSA imagemap to Apache <code>mod_imap</code></title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>When switching from the NCSA webserver to the more
@@ -542,7 +542,7 @@ RewriteRule   (.*)                     netsw-lsdir.cgi/$1
           <code>/path/to/page.map</code>.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a global rule to remove the prefix on-the-fly for
@@ -562,7 +562,7 @@ RewriteRule    ^/cgi-bin/imagemap(.*)  $1  [PT]
       <title>Search pages in more than one directory</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes it is necessary to let the webserver search
@@ -570,7 +570,7 @@ RewriteRule    ^/cgi-bin/imagemap(.*)  $1  [PT]
           other techniques cannot help.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We program a explicit ruleset which searches for the
@@ -603,7 +603,7 @@ RewriteRule   ^(.+)  -  [PT]
       <title>Set Environment Variables According To URL Parts</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Perhaps you want to keep status information between
@@ -612,7 +612,7 @@ RewriteRule   ^(.+)  -  [PT]
           information.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a rewrite rule to strip out the status information
@@ -636,7 +636,7 @@ RewriteRule   ^(.*)/<strong>S=([^/]+)</strong>/(.*)    $1/$3 [E=<strong>STATUS:$
       <title>Virtual User Hosts</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume that you want to provide
@@ -646,7 +646,7 @@ RewriteRule   ^(.*)/<strong>S=([^/]+)</strong>/(.*)    $1/$3 [E=<strong>STATUS:$
           machine.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>For HTTP/1.0 requests there is no solution, but for
@@ -671,7 +671,7 @@ RewriteRule   ^www\.<strong>([^.]+)</strong>\.host\.com(.*) /home/<strong>$1</st
       <title>Redirect Homedirs For Foreigners</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>We want to redirect homedir URLs to another webserver
@@ -681,7 +681,7 @@ RewriteRule   ^www\.<strong>([^.]+)</strong>\.host\.com(.*) /home/<strong>$1</st
           virtual host contexts.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Just a rewrite condition:</p>
@@ -701,7 +701,7 @@ RewriteRule   ^(/~.+)         http://www.somewhere.com/$1 [R,L]
       <title>Redirect Failing URLs To Other Webserver</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>A typical FAQ about URL rewriting is how to redirect
@@ -714,7 +714,7 @@ RewriteRule   ^(/~.+)         http://www.somewhere.com/$1 [R,L]
           CGI-script!</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The first solution has the best performance but less
@@ -755,7 +755,7 @@ RewriteRule   ^(.+)          http://<strong>webserverB</strong>.dom/$1
       <title>Extended Redirection</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes we need more control (concerning the
@@ -769,7 +769,7 @@ RewriteRule   ^(.+)          http://<strong>webserverB</strong>.dom/$1
           How can we redirect to such a URL?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We have to use a kludge by the use of a NPH-CGI script
@@ -841,7 +841,7 @@ RewriteRule ^anyurl  xredirect:news:newsgroup
       <title>Archive Access Multiplexer</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Do you know the great CPAN (Comprehensive Perl Archive
@@ -855,7 +855,7 @@ RewriteRule ^anyurl  xredirect:news:newsgroup
           implemented via <module>mod_rewrite</module>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First we notice that from version 3.0.0
@@ -895,7 +895,7 @@ com       ftp://ftp.cxan.com/CxAN/
       <title>Time-Dependent Rewriting</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>When tricks like time-dependent content should happen a
@@ -904,7 +904,7 @@ com       ftp://ftp.cxan.com/CxAN/
           via <module>mod_rewrite</module>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>There are a lot of variables named <code>TIME_xxx</code>
@@ -936,7 +936,7 @@ RewriteRule   ^foo\.html$             foo.night.html
       <title>Backward Compatibility for YYYY to XXXX migration</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we make URLs backward compatible (still
@@ -945,7 +945,7 @@ RewriteRule   ^foo\.html$             foo.night.html
           bunch of <code>.html</code> files to <code>.phtml</code>?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just rewrite the name to its basename and test for
@@ -985,7 +985,7 @@ RewriteRule   ^(.*)$ $1.html
       <title>From Old to New (intern)</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume we have recently renamed the page
@@ -995,7 +995,7 @@ RewriteRule   ^(.*)$ $1.html
           the pages was renamed.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We rewrite the old URL to the new one internally via the
@@ -1016,7 +1016,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html
       <title>From Old to New (extern)</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume again that we have recently renamed the page
@@ -1027,7 +1027,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html
           change, too.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We force a HTTP redirect to the new URL which leads to a
@@ -1048,7 +1048,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html  [<strong
       <title>Browser Dependent Content</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>At least for important top-level pages it is sometimes
@@ -1058,7 +1058,7 @@ RewriteRule    ^<strong>foo</strong>\.html$  <strong>bar</strong>.html  [<strong
           browsers and a average feature version for all others.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We cannot use content negotiation because the browsers do
@@ -1092,7 +1092,7 @@ RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L
       <title>Dynamic Mirror</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume there are nice webpages on remote hosts we want
@@ -1109,12 +1109,12 @@ RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L
           there is need (updated data on the remote host).</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>To provide this feature we map the remote webpage or even
           the complete remote webarea to our namespace by the use
-          of the <i>Proxy Throughput</i> feature
+          of the <dfn>Proxy Throughput</dfn> feature
           (flag <code>[P]</code>):</p>
 
 <example><pre>
@@ -1138,11 +1138,11 @@ RewriteRule    ^<strong>usa-news\.html</strong>$   <strong>http://www.quux-corp.
       <title>Reverse Dynamic Mirror</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <example><pre>
@@ -1160,7 +1160,7 @@ RewriteRule   ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
       <title>Retrieve Missing Data from Intranet</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>This is a tricky way of virtually running a corporate
@@ -1173,7 +1173,7 @@ RewriteRule   ^http://www\.remotesite\.com/(.*)$ /mirror/of/remotesite/$1
           one.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>First, we have to make sure that our firewall still
@@ -1208,7 +1208,7 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
       <title>Load Balancing</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Suppose we want to load balance the traffic to
@@ -1216,7 +1216,7 @@ RewriteRule ^/home/([^/]+)/.www/?(.*) http://<strong>www2</strong>.quux-corp.dom
           (a total of 6 servers). How can this be done?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>There are a lot of possible solutions for this problem.
@@ -1364,11 +1364,11 @@ while (&lt;STDIN&gt;) {
       <title>Reverse Proxy</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>...</dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
 <example><pre>
@@ -1481,7 +1481,7 @@ dynamic   www5.foo.dom|www6.foo.dom
       <title>New MIME-type, New Service</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>On the net there are a lot of nifty CGI programs. But
@@ -1527,7 +1527,7 @@ RewriteRule ^/[uge]/<strong>([^/]+)</strong>/\.www/(.+)\.scgi(.*) ...
           lot of time changing the various hyperlinks.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>The solution here is to provide a special new URL format
@@ -1565,7 +1565,7 @@ HREF="*"
       <title>From Static to Dynamic</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we transform a static page
@@ -1574,7 +1574,7 @@ HREF="*"
           by the browser/user.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We just rewrite the URL to the CGI-script and force the
@@ -1598,7 +1598,7 @@ RewriteRule    ^foo\.<strong>html</strong>$  foo.<strong>cgi</strong>  [T=<stron
       <title>On-the-fly Content-Regeneration</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Here comes a really esoteric feature: Dynamically
@@ -1611,7 +1611,7 @@ RewriteRule    ^foo\.<strong>html</strong>$  foo.<strong>cgi</strong>  [T=<stron
           contents gets refreshed.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           This is done via the following ruleset:
@@ -1641,7 +1641,7 @@ RewriteRule ^page\.<strong>html</strong>$          page.<strong>cgi</strong>   [
       <title>Document With Autorefresh</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Wouldn't it be nice while creating a complex webpage if
@@ -1650,7 +1650,7 @@ RewriteRule ^page\.<strong>html</strong>$          page.<strong>cgi</strong>   [
           Impossible?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>No! We just combine the MIME multipart feature, the
@@ -1793,7 +1793,7 @@ exit(0);
       <title>Mass Virtual Hosting</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>The <directive type="section" module="core"
@@ -1804,12 +1804,12 @@ exit(0);
           choice.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>To provide this feature we map the remote webpage or even
           the complete remote webarea to our namespace by the use
-          of the <i>Proxy Throughput</i> feature (flag <code>[P]</code>):</p>
+          of the <dfn>Proxy Throughput</dfn> feature (flag <code>[P]</code>):</p>
 
 <example><pre>
 ##
@@ -1886,7 +1886,7 @@ RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
       <title>Blocking of Robots</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we block a really annoying robot from
@@ -1896,7 +1896,7 @@ RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
           rid of such a robot.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a ruleset which forbids the URLs of the webarea
@@ -1924,7 +1924,7 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+   -   [<strong>F</strong>]
       <title>Blocked Inline-Images</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Assume we have under <code>http://www.quux-corp.de/~quux/</code>
@@ -1934,7 +1934,7 @@ RewriteRule ^<strong>/~quux/foo/arc/</strong>.+   -   [<strong>F</strong>]
           useless traffic to our server.</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>While we cannot 100% protect the images from inclusion,
@@ -1962,14 +1962,14 @@ RewriteRule <strong>^inlined-in-foo\.gif$</strong>   -                        [F
       <title>Host Deny</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we forbid a list of externally configured hosts
           from using our server?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>For Apache &gt;= 1.3b6:</p>
@@ -2017,14 +2017,14 @@ bsdti1.sdm.de  -
       <title>Proxy Deny</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we forbid a certain host or even a user of a
           special host from using the Apache proxy?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We first have to make sure <module>mod_rewrite</module>
@@ -2054,7 +2054,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.*  - [F]
       <title>Special Authentication Variant</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>Sometimes a very special authentication is needed, for
@@ -2064,7 +2064,7 @@ RewriteRule !^http://[^/.]\.mydomain.com.*  - [F]
           when using the Basic Auth via <module>mod_access</module>).</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>We use a list of rewrite conditions to exclude all except
@@ -2086,7 +2086,7 @@ RewriteRule ^/~quux/only-for-friends/      -                                 [F]
       <title>Referer-based Deflector</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>How can we program a flexible URL Deflector which acts
@@ -2094,7 +2094,7 @@ RewriteRule ^/~quux/only-for-friends/      -                                 [F]
           many referring pages as we like?</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Use the following really tricky ruleset...</p>
@@ -2144,7 +2144,7 @@ http://www.badguys.com/bad/index3.html   http://somewhere.com/
       <title>External Rewriting Engine</title>
 
       <dl>
-        <dt><strong>Description:</strong></dt>
+        <dt>Description:</dt>
 
         <dd>
           <p>A FAQ: How can we solve the FOO/BAR/QUUX/etc.
@@ -2152,7 +2152,7 @@ http://www.badguys.com/bad/index3.html   http://somewhere.com/
           <module>mod_rewrite</module>...</p>
         </dd>
 
-        <dt><strong>Solution:</strong></dt>
+        <dt>Solution:</dt>
 
         <dd>
           <p>Use an external <directive module="mod_rewrite"
index 8a8f6be31cebf99e898be9e3dfc9e1a4d7a29ff8..3f8dd7720653162f4c9c30d0f5c1b293c225ec89 100644 (file)
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/core.html">core</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/core.html">core</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_access.html">mod_access</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_access.html">mod_access</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_actions.html">mod_actions</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_actions.html">mod_actions</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_asis.html">mod_asis</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_asis.html">mod_asis</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_auth.html">mod_auth</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_auth.html">mod_auth</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_auth_anon.html">mod_auth_anon</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_auth_anon.html">mod_auth_anon</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code></td>
-        <td align="center">?</td>
+        <td><code class="module"><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code></td>
+        <td class="centered">?</td>
         <td>with own <code>libdb.a</code></td>
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_cern_meta.html">mod_cern_meta</a></code></td>
-        <td align="center">?</td>
+        <td><code class="module"><a href="../mod/mod_cern_meta.html">mod_cern_meta</a></code></td>
+        <td class="centered">?</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_digest.html">mod_digest</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_digest.html">mod_digest</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_so.html">mod_so</a></code></td>
-        <td align="center">-</td>
+        <td><code class="module"><a href="../mod/mod_so.html">mod_so</a></code></td>
+        <td class="centered">-</td>
         <td>no shared libs</td>
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_env.html">mod_env</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_env.html">mod_env</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_example.html">mod_example</a></code></td>
-        <td align="center">-</td>
+        <td><code class="module"><a href="../mod/mod_example.html">mod_example</a></code></td>
+        <td class="centered">-</td>
         <td>(test bed only)</td>
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_expires.html">mod_expires</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_expires.html">mod_expires</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_info.html">mod_info</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_info.html">mod_info</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_log_agent.html">mod_log_agent</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_log_agent.html">mod_log_agent</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_log_referer.html">mod_log_referer</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_log_referer.html">mod_log_referer</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code></td>
-        <td align="center">?</td>
+        <td><code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code></td>
+        <td class="centered">?</td>
         <td>not ported yet</td>
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></td>
+        <td class="centered">+</td>
         <td>untested</td>
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_speling.html">mod_speling</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_speling.html">mod_speling</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_status.html">mod_status</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_status.html">mod_status</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_unique_id.html">mod_unique_id</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_unique_id.html">mod_unique_id</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code></td>
-        <td align="center">+</td>
+        <td><code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code></td>
+        <td class="centered">+</td>
         <td />
       </tr>
 
       <tr>
-        <td align="left"><code class="module"><a href="../mod/mod_usertrack.html">mod_usertrack</a></code></td>
-        <td align="center">?</td>
+        <td><code class="module"><a href="../mod/mod_usertrack.html">mod_usertrack</a></code></td>
+        <td class="centered">?</td>
         <td>untested</td>
       </tr>
     </table>
       </tr>
 
       <tr>
-        <td align="left"><code><a href="http://java.apache.org/">mod_jserv</a></code></td>
-        <td align="center">-</td>
+        <td><code><a href="http://java.apache.org/">mod_jserv</a>
+        </code></td>
+        <td class="centered">-</td>
         <td>JAVA still being ported.</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a href="http://www.php.net/">mod_php3</a></code></td>
-        <td align="center">+</td>
+        <td><code><a href="http://www.php.net/">mod_php3</a></code></td>
+        <td class="centered">+</td>
         <td><code>mod_php3</code> runs fine, with LDAP and GD
         and FreeType libraries.</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a href="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html">mod_put</a></code></td>
-        <td align="center">?</td>
+        <td><code><a href="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html">mod_put</a></code></td>
+        <td class="centered">?</td>
         <td>untested</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a href="ftp://hachiman.vidya.com/pub/apache/">mod_session</a></code></td>
-        <td align="center">-</td>
+        <td><code><a href="ftp://hachiman.vidya.com/pub/apache/">mod_session</a></code></td>
+        <td class="centered">-</td>
         <td>untested</td>
       </tr>
     </table>
index a0392900c9b766baac4e89ecd09ed1261bd69072..9b0f933bb39ce431c4608695d1c2fa9e12ba7bd1 100644 (file)
 
     <title>Apache Modules' Status</title>
 
-    <table border="1" align="center">
+    <table border="1">
       <tr>
         <th>Module</th>
         <th>Status</th>
       </tr>
 
       <tr>
-        <td align="left"><module>core</module></td>
-        <td align="center">+</td>
+        <td><module>core</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_access</module></td>
-        <td align="center">+</td>
+        <td><module>mod_access</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_actions</module></td>
-        <td align="center">+</td>
+        <td><module>mod_actions</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_alias</module></td>
-        <td align="center">+</td>
+        <td><module>mod_alias</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_asis</module></td>
-        <td align="center">+</td>
+        <td><module>mod_asis</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_auth</module></td>
-        <td align="center">+</td>
+        <td><module>mod_auth</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_auth_anon</module></td>
-        <td align="center">+</td>
+        <td><module>mod_auth_anon</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_auth_dbm</module></td>
-        <td align="center">?</td>
+        <td><module>mod_auth_dbm</module></td>
+        <td class="centered">?</td>
         <td>with own <code>libdb.a</code></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_autoindex</module></td>
-        <td align="center">+</td>
+        <td><module>mod_autoindex</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_cern_meta</module></td>
-        <td align="center">?</td>
+        <td><module>mod_cern_meta</module></td>
+        <td class="centered">?</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_cgi</module></td>
-        <td align="center">+</td>
+        <td><module>mod_cgi</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_digest</module></td>
-        <td align="center">+</td>
+        <td><module>mod_digest</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_dir</module></td>
-        <td align="center">+</td>
+        <td><module>mod_dir</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_so</module></td>
-        <td align="center">-</td>
+        <td><module>mod_so</module></td>
+        <td class="centered">-</td>
         <td>no shared libs</td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_env</module></td>
-        <td align="center">+</td>
+        <td><module>mod_env</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_example</module></td>
-        <td align="center">-</td>
+        <td><module>mod_example</module></td>
+        <td class="centered">-</td>
         <td>(test bed only)</td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_expires</module></td>
-        <td align="center">+</td>
+        <td><module>mod_expires</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_headers</module></td>
-        <td align="center">+</td>
+        <td><module>mod_headers</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_imap</module></td>
-        <td align="center">+</td>
+        <td><module>mod_imap</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_include</module></td>
-        <td align="center">+</td>
+        <td><module>mod_include</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_info</module></td>
-        <td align="center">+</td>
+        <td><module>mod_info</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_log_agent</module></td>
-        <td align="center">+</td>
+        <td><module>mod_log_agent</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_log_config</module></td>
-        <td align="center">+</td>
+        <td><module>mod_log_config</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_log_referer</module></td>
-        <td align="center">+</td>
+        <td><module>mod_log_referer</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_mime</module></td>
-        <td align="center">+</td>
+        <td><module>mod_mime</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_mime_magic</module></td>
-        <td align="center">?</td>
+        <td><module>mod_mime_magic</module></td>
+        <td class="centered">?</td>
         <td>not ported yet</td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_negotiation</module></td>
-        <td align="center">+</td>
+        <td><module>mod_negotiation</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_proxy</module></td>
-        <td align="center">+</td>
+        <td><module>mod_proxy</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_rewrite</module></td>
-        <td align="center">+</td>
+        <td><module>mod_rewrite</module></td>
+        <td class="centered">+</td>
         <td>untested</td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_setenvif</module></td>
-        <td align="center">+</td>
+        <td><module>mod_setenvif</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_speling</module></td>
-        <td align="center">+</td>
+        <td><module>mod_speling</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_status</module></td>
-        <td align="center">+</td>
+        <td><module>mod_status</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_unique_id</module></td>
-        <td align="center">+</td>
+        <td><module>mod_unique_id</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_userdir</module></td>
-        <td align="center">+</td>
+        <td><module>mod_userdir</module></td>
+        <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td align="left"><module>mod_usertrack</module></td>
-        <td align="center">?</td>
+        <td><module>mod_usertrack</module></td>
+        <td class="centered">?</td>
         <td>untested</td>
       </tr>
     </table>
 
     <title>Third Party Modules' Status</title>
 
-    <table border="1" align="center">
+    <table border="1">
       <tr>
         <th>Module</th>
         <th>Status</th>
       </tr>
 
       <tr>
-        <td align="left"><code><a
-        href="http://java.apache.org/"
-        >mod_jserv</a></code></td>
-        <td align="center">-</td>
+        <td><code><a href="http://java.apache.org/">mod_jserv</a>
+        </code></td>
+        <td class="centered">-</td>
         <td>JAVA still being ported.</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a href="http://www.php.net/"
-        >mod_php3</a></code></td>
-        <td align="center">+</td>
+        <td><code><a href="http://www.php.net/">mod_php3</a></code></td>
+        <td class="centered">+</td>
         <td><code>mod_php3</code> runs fine, with LDAP and GD
         and FreeType libraries.</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a
+        <td><code><a
         href="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html"
         >mod_put</a></code></td>
-        <td align="center">?</td>
+        <td class="centered">?</td>
         <td>untested</td>
       </tr>
 
       <tr>
-        <td align="left"><code><a
-        href="ftp://hachiman.vidya.com/pub/apache/"
+        <td><code><a href="ftp://hachiman.vidya.com/pub/apache/"
         >mod_session</a></code></td>
-        <td align="center">-</td>
+        <td class="centered">-</td>
         <td>untested</td>
       </tr>
     </table>
   </section>
 
 </manualpage>
-
index bc6728b56c7ac1ebf5510f6c50856ddd489206fb..cf1b0a835cc8970b1a9118787220432b1fb211c8 100644 (file)
@@ -241,6 +241,10 @@ th {
     font-weight: bold;
 }
 
+td.centered {
+    text-align: center;
+}
+
 tr.header, tr.header th {
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
index 4ff6f781d327ee4ae12edfc657a74d955de8e291..beac9b39e6d5baa99df333828ad70e75332756f7 100644 (file)
@@ -326,6 +326,10 @@ th {
     font-weight: bold;
 }
 
+td.centered {
+    text-align: center;
+}
+
 tr.odd { /* for large tables alternating colors */
     background-color: #f2f2f2;
 }