From: Daniel Earl Poirier Date: Mon, 17 Aug 2009 17:16:03 +0000 (+0000) Subject: Fix some broken links, one misspelling, and remove reference to X-Git-Tag: 2.2.14~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396303e69fee0c352466beee9acab5b48bf8afa0;p=thirdparty%2Fapache%2Fhttpd.git Fix some broken links, one misspelling, and remove reference to www.fastio.com which apparently doesn't exist anymore. Also update the transformations. PR: 47696 Reported by: Acerola git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@805050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index 7269211749f..ccd31fe4292 100644 --- a/docs/manual/developer/thread_safety.html.en +++ b/docs/manual/developer/thread_safety.html.en @@ -174,103 +174,99 @@ across threads. If strtok() and gethostbyname() are thread-safe on your OS, c-client may be thread-safe. -cpdflib +libcrypt ? -libcrypt - - ? - -Expat +Expat Yes Need a separate parser instance per thread -FreeTDS +FreeTDS ? -FreeType +FreeType ? -GD 1.8.x +GD 1.8.x ? -GD 2.0.x +GD 2.0.x ? -gdbm +gdbm No Errors returned via a static gdbm_error variable -ImageMagick +ImageMagick 5.2.2 Yes - ImageMagick docs claim it is thread safe since version 5.2.2 (see Change log). + ImageMagick docs claim it is thread safe since version 5.2.2 (see Change log). -Imlib2 +Imlib2 ? -libjpeg +libjpeg v6b ? -libmysqlclient +libmysqlclient Yes Use mysqlclient_r library variant to ensure thread-safety. For - more information, please read http://www.mysql.com/doc/en/Threaded_clients.html. -Ming + more information, please read http://dev.mysql.com/doc/mysql/en/Threaded_clients.html. +Ming 0.2a ? -Net-SNMP +Net-SNMP 5.0.x ? -OpenLDAP +OpenLDAP 2.1.x Yes Use ldap_r library variant to ensure thread-safety. -OpenSSL +OpenSSL 0.9.6g Yes Requires proper usage of CRYPTO_num_locks, CRYPTO_set_locking_callback, CRYPTO_set_id_callback -liboci8 (Oracle 8+) +liboci8 (Oracle 8+) 8.x,9.x ? -pdflib +pdflib 5.0.x 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. -libpng + has been partially thread-safe since V1.91: http://www.pdflib.com/products/pdflib-family/pdflib/. +libpng 1.0.x ? -libpng +libpng 1.2.x ? -libpq (PostgreSQL) - 7.x +libpq (PostgreSQL) + 8.x Yes Don't share connections across threads and watch out for crypt() calls -Sablotron +Sablotron 0.95 ? -zlib +zlib 1.1.4 Yes Relies upon thread-safe zalloc and zfree functions Default is to diff --git a/docs/manual/developer/thread_safety.xml b/docs/manual/developer/thread_safety.xml index 9aab9598691..e8db6e3b303 100644 --- a/docs/manual/developer/thread_safety.xml +++ b/docs/manual/developer/thread_safety.xml @@ -175,10 +175,6 @@ across threads. If strtok() and gethostbyname() are thread-safe on your OS, c-client may be thread-safe. - cpdflib - - ? - libcrypt ? @@ -212,10 +208,10 @@ 5.2.2 Yes ImageMagick docs claim it is thread safe since version 5.2.2 (see Change log). - Imlib2 ? @@ -229,8 +225,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 +255,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 +266,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.html.en b/docs/manual/env.html.en index ea5d28e6dab..e30b106751d 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -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 CGI + the CGI specification.

diff --git a/docs/manual/env.xml b/docs/manual/env.xml index b5979c8decb..455e26c8cf2 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/glossary.html.en b/docs/manual/glossary.html.en index aa7198d440f..99b85d62ff7 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -117,7 +117,7 @@
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 NCSA but there - is also an RFC project.
+ is also an RFC project.
See: Dynamic Content with CGI
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 479c6b8f329..cd75f3402bc 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -124,7 +124,7 @@ external program that allows the external program to service requests. The interface was originally defined by NCSA but there - is also an RFC project.
+ is also an RFC project.
See: Dynamic Content with CGI diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 83d559f7768..3163644e2c9 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -530,7 +530,7 @@ specification, which has all the details on the operation of CGI programs. You can find the original version at the NCSA and there is an updated draft at the - Common Gateway + Common Gateway Interface RFC project.

When you post a question about a CGI problem that you're diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 83e208389c2..92c507775ae 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -549,7 +549,7 @@ CGI programs. You can find the original version at the NCSA and there is an updated draft at the - Common Gateway + Common Gateway Interface RFC project.

When you post a question about a CGI problem that you're diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index 3a292761c0c..1b3b8ed7648 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -50,7 +50,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.
@@ -163,7 +163,7 @@ digest-authentication passwords - the MD5 hash of the string user:realm:password as a 32-character string of hexadecimal digits. realm is the Authorization Realm argument to the - AuthName directive in + AuthName directive in httpd.conf.

Database password fields for mod_dbd

diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml index 835ca392949..2d9123dec7b 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.
@@ -164,7 +164,7 @@ digest-authentication passwords - the MD5 hash of the string user:realm:password as a 32-character string of hexadecimal digits. realm is the Authorization Realm argument to the - AuthName directive in + AuthName directive in httpd.conf.

Database password fields for mod_dbd diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index b13133d43f0..925ab9b73a8 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -385,7 +385,7 @@ connection. The default KeepAliveTimeout of 5 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 60 seconds, as + should you raise this above about 60 seconds, as most of the benefits are lost.

diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index 5bdf9308fe9..3f53cf3b90a 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -413,7 +413,7 @@ 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 60 seconds, as + href="http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-95-4.html"> most of the benefits are lost.

diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en index 532739454e9..8e719cd0fb3 100644 --- a/docs/manual/misc/rewriteguide.html.en +++ b/docs/manual/misc/rewriteguide.html.en @@ -1300,9 +1300,9 @@ 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. - It is a Perl 5 program in conjunction with auxilliary + lbnamed which can be found at + http://www.stanford.edu/~riepel/lbnamed/. + It is a Perl 5 program in conjunction with auxiliary tools which provides a real load-balancing for DNS.

diff --git a/docs/manual/misc/rewriteguide.xml b/docs/manual/misc/rewriteguide.xml index f1fa5027a5f..fe59481508a 100644 --- a/docs/manual/misc/rewriteguide.xml +++ b/docs/manual/misc/rewriteguide.xml @@ -1302,9 +1302,9 @@ 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. - It is a Perl 5 program in conjunction with auxilliary + href="http://www.stanford.edu/~riepel/lbnamed/"> + http://www.stanford.edu/~riepel/lbnamed/. + It is a Perl 5 program in conjunction with auxiliary tools which provides a real load-balancing for DNS.

diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 981d47f4fa5..5ceed29b940 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -168,7 +168,7 @@ suEXEC 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 - CGIWrap.

+ CGIWrap.

top
diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 74fec491501..7a8ed60780f 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -163,7 +163,7 @@ suEXEC 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 - CGIWrap.

+ CGIWrap.

diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 94e41675f12..2374a273853 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -43,7 +43,7 @@ configuration </Location>

-

You may wish to use mod_access inside the +

You may wish to use mod_authz_host inside the <Location> directive to limit access to your server configuration information:

@@ -155,7 +155,8 @@ 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/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index 52555c51fcb..f7d5b3ac532 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -41,7 +41,7 @@ configuration </Location> -

    You may wish to use mod_access inside the +

    You may wish to use mod_authz_host inside the Location directive to limit access to your server configuration information:

    @@ -142,7 +142,8 @@ 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.html.en b/docs/manual/platform/ebcdic.html.en index 90c0975a9c5..3417b79bc9e 100644 --- a/docs/manual/platform/ebcdic.html.en +++ b/docs/manual/platform/ebcdic.html.en @@ -55,7 +55,7 @@

    The port was started initially to