From: Daniel Earl Poirier Date: Mon, 17 Aug 2009 17:14:29 +0000 (+0000) Subject: Fix a few more broken links, one misspelling, and X-Git-Tag: 2.3.3~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e04628eb03779ea70def590649b73ed7cdf541d5;p=thirdparty%2Fapache%2Fhttpd.git Fix a few more broken links, one misspelling, and remove reference to www.fastio.com which apparently doesn't exist anymore. Also update the transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index c85e7f02bd8..ccee5ebc710 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). -Imlib2 +Imlib2 ? -libjpeg +libjpeg v6b ? -libmysqlclient +libmysqlclient Yes Use mysqlclient_r library variant to ensure thread-safety. For more information, please read http://dev.mysql.com/doc/mysql/en/Threaded_clients.html. -Ming +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-family/pdflib/. -libpng +libpng 1.0.x ? -libpng +libpng 1.2.x ? -libpq (PostgreSQL) +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 0291321a894..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 ? diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 9efeded52b2..698e86b6b00 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/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index cbd6b38f049..7bfb1477b35 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -386,7 +386,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 21605c184b9..0d42e791326 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/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 52f450c1b34..a2511b017c1 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -247,7 +247,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 ee99c006e1d..a837d647568 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -243,7 +243,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/platform/perf-hp.html.en b/docs/manual/platform/perf-hp.html.en index 55a05a2c4b0..21889b99ff4 100644 --- a/docs/manual/platform/perf-hp.html.en +++ b/docs/manual/platform/perf-hp.html.en @@ -92,7 +92,7 @@ Subject: HP-UX tuning tips

rick jones

-

http://www.cup.hp.com/netperf/NetperfPage.html

+

http://www.netperf.org/netperf/

diff --git a/docs/manual/platform/perf-hp.xml b/docs/manual/platform/perf-hp.xml index 5c0823378c0..484f02cc315 100644 --- a/docs/manual/platform/perf-hp.xml +++ b/docs/manual/platform/perf-hp.xml @@ -103,8 +103,8 @@ Subject: HP-UX tuning tips

rick jones

-

http://www.cup.hp.com/netperf/NetperfPage.html

+

http://www.netperf.org/netperf/

diff --git a/docs/manual/platform/win_compiling.xml.ko b/docs/manual/platform/win_compiling.xml.ko index 3f8c2cfdc55..18f5e89698e 100644 --- a/docs/manual/platform/win_compiling.xml.ko +++ b/docs/manual/platform/win_compiling.xml.ko @@ -1,7 +1,7 @@ - +