]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some broken links, one misspelling, and remove reference to
authorDaniel Earl Poirier <poirier@apache.org>
Mon, 17 Aug 2009 17:16:03 +0000 (17:16 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Mon, 17 Aug 2009 17:16:03 +0000 (17:16 +0000)
www.fastio.com which apparently doesn't exist anymore.
Also update the transformations.

PR: 47696
Reported by: Acerola <bichinhoverde spwinternet.com.br>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@805050 13f79535-47bb-0310-9956-ffa450edef68

26 files changed:
docs/manual/developer/thread_safety.html.en
docs/manual/developer/thread_safety.xml
docs/manual/env.html.en
docs/manual/env.xml
docs/manual/glossary.html.en
docs/manual/glossary.xml
docs/manual/howto/cgi.html.en
docs/manual/howto/cgi.xml
docs/manual/misc/password_encryptions.html.en
docs/manual/misc/password_encryptions.xml
docs/manual/misc/perf-tuning.html.en
docs/manual/misc/perf-tuning.xml
docs/manual/misc/rewriteguide.html.en
docs/manual/misc/rewriteguide.xml
docs/manual/misc/security_tips.html.en
docs/manual/misc/security_tips.xml
docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.xml
docs/manual/platform/ebcdic.html.en
docs/manual/platform/ebcdic.xml
docs/manual/platform/perf-hp.html.en
docs/manual/platform/perf-hp.xml
docs/manual/platform/win_compiling.html.en
docs/manual/platform/win_compiling.xml
docs/manual/rewrite/rewrite_guide_advanced.html.en
docs/manual/rewrite/rewrite_guide_advanced.xml

index 7269211749f8050b28fe390f24208048c96118d7..ccd31fe42925c93743174b3f557caf3a2b8d9484 100644 (file)
         across threads. If <code>strtok()</code> and
         <code>gethostbyname()</code> are thread-safe on your OS, c-client
         <em>may</em> be thread-safe.</td></tr>
-<tr class="odd"><td><a href="http://www.fastio.com/">cpdflib</a></td>
+<tr class="odd"><td><a href="http://www.ijg.org/files/">libcrypt</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://www.ijg.org/files/">libcrypt</a></td>
-        <td> </td>
-        <td>?</td>
-        <td> </td></tr>
-<tr class="odd"><td><a href="http://expat.sourceforge.net/">Expat</a></td>
+<tr><td><a href="http://expat.sourceforge.net/">Expat</a></td>
         <td> </td>
         <td>Yes</td>
         <td>Need a separate parser instance per thread</td></tr>
-<tr><td><a href="http://www.freetds.org/">FreeTDS</a></td>
+<tr class="odd"><td><a href="http://www.freetds.org/">FreeTDS</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr class="odd"><td><a href="http://www.freetype.org/">FreeType</a></td>
+<tr><td><a href="http://www.freetype.org/">FreeType</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://www.boutell.com/gd/">GD 1.8.x</a></td>
+<tr class="odd"><td><a href="http://www.boutell.com/gd/">GD 1.8.x</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr class="odd"><td><a href="http://www.boutell.com/gd/">GD 2.0.x</a></td>
+<tr><td><a href="http://www.boutell.com/gd/">GD 2.0.x</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://www.gnu.org/software/gdbm/gdbm.html">gdbm</a></td>
+<tr class="odd"><td><a href="http://www.gnu.org/software/gdbm/gdbm.html">gdbm</a></td>
         <td> </td>
         <td>No</td>
         <td>Errors returned via a static <code>gdbm_error</code>
         variable</td></tr>
-<tr class="odd"><td><a href="http://www.imagemagick.org/">ImageMagick</a></td>
+<tr><td><a href="http://www.imagemagick.org/">ImageMagick</a></td>
         <td>5.2.2</td>
         <td>Yes</td>
-        <td>ImageMagick docs claim it is thread safe since version 5.2.2 (see <a href="http://www.cise.ufl.edu/depot/www/ImageMagick/www/Changelog.html">Change log</a>).
+        <td>ImageMagick docs claim it is thread safe since version 5.2.2 (see <a href="http://www.imagemagick.com/www/changelog.html">Change log</a>).
         </td></tr>
-<tr><td><a href="http://www.enlightenment.org/pages/imlib2.html">Imlib2</a></td>
+<tr class="odd"><td><a href="http://www.enlightenment.org/p.php?p=about/efl&amp;l=en">Imlib2</a></td>
         <td> </td>
         <td>?</td>
         <td> </td></tr>
-<tr class="odd"><td><a href="http://www.ijg.org/files/">libjpeg</a></td>
+<tr><td><a href="http://www.ijg.org/files/">libjpeg</a></td>
         <td>v6b</td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://mysql.com">libmysqlclient</a></td>
+<tr class="odd"><td><a href="http://mysql.com">libmysqlclient</a></td>
         <td> </td>
         <td>Yes</td>
         <td>Use mysqlclient_r library variant to ensure thread-safety.  For
-            more information, please read <a href="http://www.mysql.com/doc/en/Threaded_clients.html">http://www.mysql.com/doc/en/Threaded_clients.html</a>.</td></tr>
-<tr class="odd"><td><a href="http://www.opaque.net/ming/">Ming</a></td>
+            more information, please read <a href="http://dev.mysql.com/doc/mysql/en/Threaded_clients.html">http://dev.mysql.com/doc/mysql/en/Threaded_clients.html</a>.</td></tr>
+<tr><td><a href="http://www.opaque.net/ming/">Ming</a></td>
         <td>0.2a</td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://net-snmp.sourceforge.net/">Net-SNMP</a></td>
+<tr class="odd"><td><a href="http://net-snmp.sourceforge.net/">Net-SNMP</a></td>
         <td>5.0.x</td>
         <td>?</td>
         <td> </td></tr>
-<tr class="odd"><td><a href="http://www.openldap.org/">OpenLDAP</a></td>
+<tr><td><a href="http://www.openldap.org/">OpenLDAP</a></td>
         <td>2.1.x</td>
         <td>Yes</td>
         <td>Use <code>ldap_r</code> library variant to ensure
         thread-safety.</td></tr>
-<tr><td><a href="http://www.openssl.org/">OpenSSL</a></td>
+<tr class="odd"><td><a href="http://www.openssl.org/">OpenSSL</a></td>
         <td>0.9.6g</td>
         <td>Yes</td>
         <td>Requires proper usage of <code>CRYPTO_num_locks</code>,
         <code>CRYPTO_set_locking_callback</code>,
         <code>CRYPTO_set_id_callback</code></td></tr>
-<tr class="odd"><td><a href="http://www.oracle.com/">liboci8 (Oracle 8+)</a></td>
+<tr><td><a href="http://www.oracle.com/">liboci8 (Oracle 8+)</a></td>
         <td>8.x,9.x</td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://pdflib.com/">pdflib</a></td>
+<tr class="odd"><td><a href="http://pdflib.com/">pdflib</a></td>
         <td>5.0.x</td>
         <td>Yes</td>
         <td>PDFLib docs claim it is thread safe; changes.txt indicates it
-            has been partially thread-safe since V1.91: <a href="http://www.pdflib.com/products/pdflib/index.html">http://www.pdflib.com/products/pdflib/index.html</a>.</td></tr>
-<tr class="odd"><td><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a></td>
+            has been partially thread-safe since V1.91: <a href="http://www.pdflib.com/products/pdflib-family/pdflib/">http://www.pdflib.com/products/pdflib-family/pdflib/</a>.</td></tr>
+<tr><td><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a></td>
         <td>1.0.x</td>
         <td>?</td>
         <td> </td></tr>
-<tr><td><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a></td>
+<tr class="odd"><td><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a></td>
         <td>1.2.x</td>
         <td>?</td>
         <td> </td></tr>
-<tr class="odd"><td><a href="http://www.postgresql.org/idocs/index.php?libpq-threading.html">libpq (PostgreSQL)</a></td>
-        <td>7.x</td>
+<tr><td><a href="http://www.postgresql.org/docs/8.4/static/libpq-threading.html">libpq (PostgreSQL)</a></td>
+        <td>8.x</td>
         <td>Yes</td>
         <td>Don't share connections across threads and watch out for
         <code>crypt()</code> calls</td></tr>
-<tr><td><a href="http://www.gingerall.com/charlie/ga/xml/p_sab.xml">Sablotron</a></td>
+<tr class="odd"><td><a href="http://www.gingerall.com/charlie/ga/xml/p_sab.xml">Sablotron</a></td>
         <td>0.95</td>
         <td>?</td>
         <td /></tr>
-<tr class="odd"><td><a href="http://www.gzip.org/zlib/">zlib</a></td>
+<tr><td><a href="http://www.gzip.org/zlib/">zlib</a></td>
         <td>1.1.4</td>
         <td>Yes</td>
         <td>Relies upon thread-safe zalloc and zfree functions  Default is to
index 9aab9598691e4167968a3cfa5a9db423ec0b450d..e8db6e3b303c98f5ffc33deff414438c3e8399b9 100644 (file)
         across threads. If <code>strtok()</code> and
         <code>gethostbyname()</code> are thread-safe on your OS, c-client
         <em>may</em> be thread-safe.</td></tr>
-    <tr><td><a href="http://www.fastio.com/">cpdflib</a></td>
-        <td> </td>
-        <td>?</td>
-        <td> </td></tr>
     <tr><td><a href="http://www.ijg.org/files/">libcrypt</a></td>
         <td> </td>
         <td>?</td>
         <td>5.2.2</td>
         <td>Yes</td>
         <td>ImageMagick docs claim it is thread safe since version 5.2.2 (see <a
-        href="http://www.cise.ufl.edu/depot/www/ImageMagick/www/Changelog.html"
+        href="http://www.imagemagick.com/www/changelog.html"
         >Change log</a>).
         </td></tr>
-    <tr><td><a href="http://www.enlightenment.org/pages/imlib2.html"
+    <tr><td><a href="http://www.enlightenment.org/p.php?p=about/efl&amp;l=en"
         >Imlib2</a></td>
         <td> </td>
         <td>?</td>
         <td>Yes</td>
         <td>Use mysqlclient_r library variant to ensure thread-safety.  For
             more information, please read <a
-            href="http://www.mysql.com/doc/en/Threaded_clients.html"
-            >http://www.mysql.com/doc/en/Threaded_clients.html</a>.</td></tr>
+            href="http://dev.mysql.com/doc/mysql/en/Threaded_clients.html"
+            >http://dev.mysql.com/doc/mysql/en/Threaded_clients.html</a>.</td></tr>
     <tr><td><a href="http://www.opaque.net/ming/">Ming</a></td>
         <td>0.2a</td>
         <td>?</td>
         <td>Yes</td>
         <td>PDFLib docs claim it is thread safe; changes.txt indicates it
             has been partially thread-safe since V1.91: <a
-            href="http://www.pdflib.com/products/pdflib/index.html"
-            >http://www.pdflib.com/products/pdflib/index.html</a>.</td></tr>
+            href="http://www.pdflib.com/products/pdflib-family/pdflib/"
+            >http://www.pdflib.com/products/pdflib-family/pdflib/</a>.</td></tr>
     <tr><td><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a></td>
         <td>1.0.x</td>
         <td>?</td>
         <td>?</td>
         <td> </td></tr>
     <tr><td><a
-        href="http://www.postgresql.org/idocs/index.php?libpq-threading.html"
+        href="http://www.postgresql.org/docs/8.4/static/libpq-threading.html"
         >libpq (PostgreSQL)</a></td>
-        <td>7.x</td>
+        <td>8.x</td>
         <td>Yes</td>
         <td>Don't share connections across threads and watch out for
         <code>crypt()</code> calls</td></tr>
index ea5d28e6dabefdc19bc428da4f1d525b90c5b3e7..e30b106751d8635dc53b079a246808f3b6fb24c4 100644 (file)
@@ -93,7 +93,7 @@
         Apache configuration and passed from the shell, CGI scripts and
         SSI pages are provided with a set of environment variables
         containing meta-information about the request as required by
-        the <a href="http://cgi-spec.golux.com/">CGI
+        the <a href="http://www.w3.org/CGI/">CGI
         specification</a>.</p>
 
     
index b5979c8decb251f847e379c20a28058357fca5e0..455e26c8cf2199393ebbe4e820e7ed1cfd247f02 100644 (file)
         Apache configuration and passed from the shell, CGI scripts and
         SSI pages are provided with a set of environment variables
         containing meta-information about the request as required by
-        the <a href="http://cgi-spec.golux.com/">CGI
+        the <a href="http://www.w3.org/CGI/">CGI
         specification</a>.</p>
 
     </section>
index aa7198d440f28f9c27e6bda8a51c7d98a23a5f65..99b85d62ff705359bebb9eb41eb9b5e7184c66fe 100644 (file)
     <dd>A standard definition for an interface between a web server and an
       external program that allows the external program to service requests.
       The interface was originally defined by <a href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html">NCSA</a> but there
-      is also an <a href="http://cgi-spec.golux.com/">RFC project</a>.<br />
+      is also an <a href="http://www.w3.org/CGI/">RFC project</a>.<br />
       See: <a href="howto/cgi.html">Dynamic Content with CGI</a>
     </dd>
 
index 479c6b8f329e362e2fc87eea2b8e9ee01228a6fc..cd75f3402bcb22a1360b173c896324ec59cb849d 100644 (file)
       external program that allows the external program to service requests.
       The interface was originally defined by <a
       href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html">NCSA</a> but there
-      is also an <a href="http://cgi-spec.golux.com/">RFC project</a>.<br />
+      is also an <a href="http://www.w3.org/CGI/">RFC project</a>.<br />
       See: <a href="howto/cgi.html">Dynamic Content with CGI</a>
     </dd>
 
index 83d559f7768e1cd77d58c354e610b2b2f5ff7e86..3163644e2c99efc13bb8ff0d2693b38b6b32a80f 100644 (file)
     specification, which has all the details on the operation of
     CGI programs. You can find the original version at the 
     <a href="http://hoohoo.ncsa.uiuc.edu/cgi/interface.html">NCSA</a> and there is an updated draft at the 
-    <a href="http://web.golux.com/coar/cgi/">Common Gateway
+    <a href="http://www.w3.org/CGI/">Common Gateway
     Interface RFC project</a>.</p>
 
     <p>When you post a question about a CGI problem that you're
index 83e208389c2cba098af87d99c0a5e95f8a9c46b5..92c507775aecdfc2e555ceff642056ba63463b80 100644 (file)
     CGI programs. You can find the original version at the 
     <a href="http://hoohoo.ncsa.uiuc.edu/cgi/interface.html"
     >NCSA</a> and there is an updated draft at the 
-    <a href="http://web.golux.com/coar/cgi/">Common Gateway
+    <a href="http://www.w3.org/CGI/">Common Gateway
     Interface RFC project</a>.</p>
 
     <p>When you post a question about a CGI problem that you're
index 3a292761c0c3b5a4da74f95eee75bad583958d75..1b3b8ed76484c73e3a046f0107db17532efe27a8 100644 (file)
@@ -50,7 +50,7 @@
        <dd>"$apr1$" + the result of an Apache-specific algorithm using an
        iterated (1,000 times) MD5 digest of various combinations of a
        random 32-bit salt and the password. See the APR source file
-       <a href="http://svn.apache.org/viewvc/apr/apr-util/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
+       <a href="http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/crypto/apr_md5.c?view=co">apr_md5.c</a>
        for the details of the algorithm.</dd>
     </dl>
     
     digest-authentication passwords - the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
     digits. <code>realm</code> is the Authorization Realm argument to the
-    <code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code> directive in
+    <code class="directive"><a href="../mod/core.html#authname">AuthName</a></code> directive in
     httpd.conf.</p>
     
     <h3>Database password fields for mod_dbd</h3>
index 835ca392949c83f79fc78d564ff9aa6193372324..2d9123dec7b6cde058be31bc906b7da24bbd92a1 100644 (file)
@@ -51,7 +51,7 @@
        <dd>"$apr1$" + the result of an Apache-specific algorithm using an
        iterated (1,000 times) MD5 digest of various combinations of a
        random 32-bit salt and the password. See the APR source file
-       <a href="http://svn.apache.org/viewvc/apr/apr-util/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
+       <a href="http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/crypto/apr_md5.c?view=co">apr_md5.c</a>
        for the details of the algorithm.</dd>
     </dl>
     
     digest-authentication passwords - the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
     digits. <code>realm</code> is the Authorization Realm argument to the
-    <directive module="mod_authn_core">AuthName</directive> directive in
+    <directive module="core">AuthName</directive> directive in
     httpd.conf.</p>
     
     <section><title>Database password fields for mod_dbd</title>
index b13133d43f060b6ea60bd05a55fd650f24f1e646..925ab9b73a83c867af75164dcc97667fe9b4e7ac 100644 (file)
     connection. The default <code class="directive"><a href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> of <code>5</code>
     seconds attempts to minimize this effect. The tradeoff here is
     between network bandwidth and server resources. In no event
-    should you raise this above about <code>60</code> seconds, as <a href="http://www.research.digital.com/wrl/techreports/abstracts/95.4.html">
+    should you raise this above about <code>60</code> seconds, as <a href="http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-95-4.html">
     most of the benefits are lost</a>.</p>
 
     
index 5bdf9308fe950658f818dbae0b945781484499af..3f53cf3b90a3375972eed208aa791ab7e0007656 100644 (file)
     seconds attempts to minimize this effect. The tradeoff here is
     between network bandwidth and server resources. In no event
     should you raise this above about <code>60</code> seconds, as <a
-    href="http://www.research.digital.com/wrl/techreports/abstracts/95.4.html">
+    href="http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-95-4.html">
     most of the benefits are lost</a>.</p>
 
     </section>
index 532739454e982b479426afbc66bbcf2a72461395..8e719cd0fb39e9fec1d87a93aceb1a17132e05d6 100644 (file)
@@ -1300,9 +1300,9 @@ www   IN  A       1.2.3.5
 
               <p>A sophisticated DNS-based method for
               load-balancing is to use the program
-              <code>lbnamed</code> which can be found at <a href="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html">
-              http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</a>.
-              It is a Perl 5 program in conjunction with auxilliary
+              <code>lbnamed</code> which can be found at <a href="http://www.stanford.edu/~riepel/lbnamed/">
+              http://www.stanford.edu/~riepel/lbnamed/</a>.
+              It is a Perl 5 program in conjunction with auxiliary
               tools which provides a real load-balancing for
               DNS.</p>
             </li>
index f1fa5027a5feddd6fe29c505ff9b4f144051678f..fe59481508a792ea5a4a97e699bfe80cb87f3d0f 100644 (file)
@@ -1302,9 +1302,9 @@ www   IN  A       1.2.3.5
               <p>A sophisticated DNS-based method for
               load-balancing is to use the program
               <code>lbnamed</code> which can be found at <a
-              href="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html">
-              http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</a>.
-              It is a Perl 5 program in conjunction with auxilliary
+              href="http://www.stanford.edu/~riepel/lbnamed/">
+              http://www.stanford.edu/~riepel/lbnamed/</a>.
+              It is a Perl 5 program in conjunction with auxiliary
               tools which provides a real load-balancing for
               DNS.</p>
             </li>
index 981d47f4fa5a77e444206d6a72740fdfd33a16a0..5ceed29b940c7821a117f6be190b75a9f1e42963 100644 (file)
     <a href="../suexec.html">suEXEC</a> which is included with Apache as of
     1.2 and is called from special hooks in the Apache server code. Another
     popular way of doing this is with
-    <a href="http://cgiwrap.unixtools.org/">CGIWrap</a>.</p>
+    <a href="http://cgiwrap.sourceforge.net/">CGIWrap</a>.</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index 74fec491501ece0257965144901a9f19b402e0d0..7a8ed60780fcda150067953071a51c6197ecf1c2 100644 (file)
     <a href="../suexec.html">suEXEC</a> which is included with Apache as of
     1.2 and is called from special hooks in the Apache server code. Another
     popular way of doing this is with
-    <a href="http://cgiwrap.unixtools.org/">CGIWrap</a>.</p>
+    <a href="http://cgiwrap.sourceforge.net/">CGIWrap</a>.</p>
 
   </section>
 
index 94e41675f12426dab6540c36fa5d2cf4b60aee64..2374a2738538caae6f95327f79b266b9ed77474d 100644 (file)
@@ -43,7 +43,7 @@ configuration</td></tr>
       &lt;/Location&gt;
     </code></p></div>
 
-    <p>You may wish to use <code class="module"><a href="../mod/mod_access.html">mod_access</a></code> inside the
+    <p>You may wish to use <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> inside the
     <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>
     directive to limit access to your server configuration
     information:</p>
@@ -155,7 +155,8 @@ configuration</td></tr>
           are listed normally, but <code class="module"><a href="../mod/mod_info.html">mod_info</a></code> cannot figure
           out the line number for the closing
           <code class="directive"><a href="../mod/core.html#&lt;/directory&gt;">&lt;/Directory&gt;</a></code>.</li>
-      <li>Directives generated by third party modules such as <code class="module"><a href="../mod/mod_perl.html">mod_perl</a></code>
+      <li>Directives generated by third party modules such as
+          <a href="http://perl.apache.org">mod_perl</a>
           might not be listed.</li>
     </ul>
 </div>
index 52555c51fcb6d4db2212770e359feea052daa455..f7d5b3ac532c64f815d00c2cc9e61bbb008002ac 100644 (file)
@@ -41,7 +41,7 @@ configuration</description>
       &lt;/Location&gt;
     </example>
 
-    <p>You may wish to use <module>mod_access</module> inside the
+    <p>You may wish to use <module>mod_authz_host</module> inside the
     <directive type="section" module="core">Location</directive>
     directive to limit access to your server configuration
     information:</p>
@@ -142,7 +142,8 @@ configuration</description>
           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>
-      <li>Directives generated by third party modules such as <module>mod_perl</module>
+      <li>Directives generated by third party modules such as
+          <a href="http://perl.apache.org">mod_perl</a>
           might not be listed.</li>
     </ul>
 </section>
index 90c0975a9c51a45faca697713151c62c9b6fde0a..3417b79bc9eed5c130322fcb5031dfbfe929bb9e 100644 (file)
@@ -55,7 +55,7 @@
     <p>The port was started initially to</p>
 
     <ul>
-      <li>prove the feasibility of porting <a href="http://dev.apache.org/">the Apache HTTP server</a> to
+      <li>prove the feasibility of porting <a href="http://httpd.apache.org/">the Apache HTTP server</a> to
       this platform</li>
 
       <li>find a "worthy and capable" successor for the venerable
index f877c7e4d70f0639533eda8dad2a2738eb5fed6d..5dade15348ce91e6599f8cbac38f43c26f08baee 100644 (file)
@@ -52,7 +52,7 @@
 
     <ul>
       <li>prove the feasibility of porting <a
-      href="http://dev.apache.org/">the Apache HTTP server</a> to
+      href="http://httpd.apache.org/">the Apache HTTP server</a> to
       this platform</li>
 
       <li>find a "worthy and capable" successor for the venerable
index e5f55aa6ae99e28976e9dd881cd1741fd7592c13..19fcf97ef749b2306c388f4174c5b927ae39923a 100644 (file)
@@ -92,7 +92,7 @@ Subject: HP-UX tuning tips
 
     <p>rick jones</p>
 
-    <p><a href="http://www.cup.hp.com/netperf/NetperfPage.html">http://www.cup.hp.com/netperf/NetperfPage.html</a></p>
+    <p><a href="http://www.netperf.org/netperf/">http://www.netperf.org/netperf/</a></p>
 
   </div>
 </div>
index 5c0823378c00ca9a20f0d336f5715e7622cf141b..484f02cc3153255a8a99d6ee31924c96c102cce2 100644 (file)
@@ -103,8 +103,8 @@ Subject: HP-UX tuning tips
 
     <p>rick jones</p>
 
-    <p><a href="http://www.cup.hp.com/netperf/NetperfPage.html"
-    >http://www.cup.hp.com/netperf/NetperfPage.html</a></p>
+    <p><a href="http://www.netperf.org/netperf/"
+    >http://www.netperf.org/netperf/</a></p>
 
   </summary>
 
index 356000d4b2bb01ddcabeed56a83355090445aaf1..919418a984eaf3a20bf64009d70abdf27ddda9cc 100644 (file)
 
       <li>
         <p>[Optional] Database libraries (for <code class="module"><a href="../mod/mod_dbd.html">mod_dbd</a></code>
-        and <code class="module"><a href="../mod/mod_dbm.html">mod_dbm</a></code>)</p>
+        and <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code>)</p>
 
         <p>The apr-util library exposes dbm (keyed database) and dbd (query
         oriented database) client functionality to the httpd server and its
index 0cceea62577d10ba2b02dfc701c16712698faa52..24b9495dedd22a4f6404b39fc3a5330b9a358147 100644 (file)
 
       <li>
         <p>[Optional] Database libraries (for <module>mod_dbd</module>
-        and <module>mod_dbm</module>)</p>
+        and <module>mod_authn_dbm</module>)</p>
 
         <p>The apr-util library exposes dbm (keyed database) and dbd (query
         oriented database) client functionality to the httpd server and its
index 1530afa62a19de7cc48bae191f70a4a6f1c1e8fb..418fb7c1bd8291c85ea6b20130c9f13830786808 100644 (file)
@@ -655,8 +655,8 @@ www   IN  A       1.2.3.5
 
               <p>A sophisticated DNS-based method for
               load-balancing is to use the program
-              <code>lbnamed</code> which can be found at <a href="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html">
-              http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</a>.
+              <code>lbnamed</code> which can be found at <a href="http://www.stanford.edu/~riepel/lbnamed/">
+              http://www.stanford.edu/~riepel/lbnamed/</a>.
               It is a Perl 5 program which, in conjunction with auxilliary
               tools, provides real load-balancing via
               DNS.</p>
index 81b026deb27cca633f3c590e9aebd2e0e121fda0..05e00cf6e74573a71f9e59e90ae62be6769d2bc6 100644 (file)
@@ -649,8 +649,8 @@ www   IN  A       1.2.3.5
               <p>A sophisticated DNS-based method for
               load-balancing is to use the program
               <code>lbnamed</code> which can be found at <a
-              href="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html">
-              http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</a>.
+              href="http://www.stanford.edu/~riepel/lbnamed/">
+              http://www.stanford.edu/~riepel/lbnamed/</a>.
               It is a Perl 5 program which, in conjunction with auxilliary
               tools, provides real load-balancing via
               DNS.</p>