From: Daniel Earl Poirier
Date: Mon, 17 Aug 2009 13:20:57 +0000 (+0000)
Subject: Broken links
X-Git-Tag: 2.3.3~392
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33b53db871593b0815ac9ad6dcd92adeef728292;p=thirdparty%2Fapache%2Fhttpd.git
Broken links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804977 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/thread_safety.xml b/docs/manual/developer/thread_safety.xml
index 9aab9598691..0291321a894 100644
--- a/docs/manual/developer/thread_safety.xml
+++ b/docs/manual/developer/thread_safety.xml
@@ -212,10 +212,10 @@
| 5.2.2 |
Yes |
ImageMagick docs claim it is thread safe since version 5.2.2 (see Change log).
|
- | Imlib2 |
|
? |
@@ -229,8 +229,8 @@
Yes |
Use mysqlclient_r library variant to ensure thread-safety. For
more information, please read http://www.mysql.com/doc/en/Threaded_clients.html. |
+ href="http://dev.mysql.com/doc/mysql/en/Threaded_clients.html"
+ >http://dev.mysql.com/doc/mysql/en/Threaded_clients.html.
| Ming |
0.2a |
? |
@@ -259,8 +259,8 @@
Yes |
PDFLib docs claim it is thread safe; changes.txt indicates it
has been partially thread-safe since V1.91: http://www.pdflib.com/products/pdflib/index.html. |
+ href="http://www.pdflib.com/products/pdflib-family/pdflib/"
+ >http://www.pdflib.com/products/pdflib-family/pdflib/.
| libpng |
1.0.x |
? |
@@ -270,9 +270,9 @@
? |
|
| libpq (PostgreSQL) |
- 7.x |
+ 8.x |
Yes |
Don't share connections across threads and watch out for
crypt() calls |
diff --git a/docs/manual/env.xml b/docs/manual/env.xml
index 3dd1c3093ab..af0a3194f41 100644
--- a/docs/manual/env.xml
+++ b/docs/manual/env.xml
@@ -107,7 +107,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 CGI
+ the CGI
specification.
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 663a7993243..b425d399fce 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -125,7 +125,7 @@
ANSI-C Compiler and Build System
Make sure you have an ANSI-C compiler installed. The GNU C
+ href="http://gcc.gnu.org/">GNU C
compiler (GCC) from the Free Software Foundation (FSF)
is recommended. If you don't have GCC
diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml
index 62db658fb8f..912de895a8f 100644
--- a/docs/manual/misc/password_encryptions.xml
+++ b/docs/manual/misc/password_encryptions.xml
@@ -51,7 +51,7 @@
"$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
- apr_md5.c
+ apr_md5.c
for the details of the algorithm.
diff --git a/docs/manual/mod/mod_authz_dbd.xml b/docs/manual/mod/mod_authz_dbd.xml
index 343448520be..df51339ff3b 100644
--- a/docs/manual/mod/mod_authz_dbd.xml
+++ b/docs/manual/mod/mod_authz_dbd.xml
@@ -153,7 +153,7 @@ DBDExptime 300
When used with a Require dbd-group directive,
it specifies a query to look up groups for the current user. This is
the standard functionality of other authorization modules such as
- mod_authz_file and mod_authz_dbm.
+ mod_authz_groupfile and mod_authz_dbm.
The first column value of each row returned by the query statement
should be a string containing a group name. Zero, one, or more rows
may be returned.
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml
index 52555c51fcb..f8a61889908 100644
--- a/docs/manual/mod/mod_info.xml
+++ b/docs/manual/mod/mod_info.xml
@@ -142,7 +142,7 @@ configuration
are listed normally, but mod_info cannot figure
out the line number for the closing
</Directory>.
- Directives generated by third party modules such as mod_perl
+ Directives generated by third party modules such as mod_perl
might not be listed.
diff --git a/docs/manual/platform/ebcdic.xml b/docs/manual/platform/ebcdic.xml
index e00ac34399a..3ec73e9bd67 100644
--- a/docs/manual/platform/ebcdic.xml
+++ b/docs/manual/platform/ebcdic.xml
@@ -52,7 +52,7 @@
- prove the feasibility of porting the Apache HTTP server to
+ href="http://httpd.apache.org/">the Apache HTTP server to
this platform
- find a "worthy and capable" successor for the venerable
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml
index 0cceea62577..24b9495dedd 100644
--- a/docs/manual/platform/win_compiling.xml
+++ b/docs/manual/platform/win_compiling.xml
@@ -210,7 +210,7 @@
-
[Optional] Database libraries (for mod_dbd
- and mod_dbm)
+ and mod_authn_dbm)
The apr-util library exposes dbm (keyed database) and dbd (query
oriented database) client functionality to the httpd server and its
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml
index 2d821fcdb28..6058142689b 100644
--- a/docs/manual/programs/configure.xml
+++ b/docs/manual/programs/configure.xml
@@ -309,7 +309,7 @@
--disable-auth
- Disable user-based access control provided by
- mod_auth. This module provides for HTTP Basic
+ mod_authn_file. This module provides for HTTP Basic
Authentication, where the usernames and passwords are stored in
plain text files.
@@ -319,7 +319,7 @@
--disable-access
- Disable host-based access control provided by
- mod_access.
+ mod_authz_host.
--disable-cgi
mod_cgi, which provides support for CGI scripts,
diff --git a/docs/manual/rewrite/rewrite_guide_advanced.xml b/docs/manual/rewrite/rewrite_guide_advanced.xml
index 8534d9dadbc..27662dc68b7 100644
--- a/docs/manual/rewrite/rewrite_guide_advanced.xml
+++ b/docs/manual/rewrite/rewrite_guide_advanced.xml
@@ -652,8 +652,8 @@ www IN A 1.2.3.5
A sophisticated DNS-based method for
load-balancing is to use the program
lbnamed which can be found at
- http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html.
+ href="http://www.stanford.edu/~riepel/lbnamed/">
+ http://www.stanford.edu/~riepel/lbnamed/.
It is a Perl 5 program which, in conjunction with auxilliary
tools, provides real load-balancing via
DNS.