From: Roy T. Fielding Date: Tue, 3 Feb 2009 20:35:21 +0000 (+0000) Subject: regen manual X-Git-Tag: 2.3.2~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d27b8511d76e2811f52a3b408955450c1f3bd70;p=thirdparty%2Fapache%2Fhttpd.git regen manual git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740426 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index de8ff36513e..1b49dc28c94 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -365,11 +365,7 @@ session mod/mod_session.html#session sessioncookiename mod/mod_session_cookie.html#sessioncookiename sessioncookiename2 mod/mod_session_cookie.html#sessioncookiename2 sessioncookieremove mod/mod_session_cookie.html#sessioncookieremove -sessioncryptocertificatefile mod/mod_session_crypto.html#sessioncryptocertificatefile -sessioncryptocertificatekeyfile mod/mod_session_crypto.html#sessioncryptocertificatekeyfile -sessioncryptocipher mod/mod_session_crypto.html#sessioncryptocipher -sessioncryptodigest mod/mod_session_crypto.html#sessioncryptodigest -sessioncryptoengine mod/mod_session_crypto.html#sessioncryptoengine +sessioncryptodriver mod/mod_session_crypto.html#sessioncryptodriver sessioncryptopassphrase mod/mod_session_crypto.html#sessioncryptopassphrase sessiondbdcookiename mod/mod_session_dbd.html#sessiondbdcookiename sessiondbdcookiename2 mod/mod_session_dbd.html#sessiondbdcookiename2 @@ -428,6 +424,7 @@ sslproxyprotocol mod/mod_ssl.html#sslproxyprotocol sslproxyverify mod/mod_ssl.html#sslproxyverify sslproxyverifydepth mod/mod_ssl.html#sslproxyverifydepth sslrandomseed mod/mod_ssl.html#sslrandomseed +sslrenegbuffersize mod/mod_ssl.html#sslrenegbuffersize sslrequire mod/mod_ssl.html#sslrequire sslrequiressl mod/mod_ssl.html#sslrequiressl sslsessioncache mod/mod_ssl.html#sslsessioncache diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index 553cb1f8f63..7244628fd76 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -893,7 +893,7 @@ void *request_config; /* Notes on *this* request */

per-directory. Most things are per-directory, including in particular access control and authorization information, but also information on how to determine file types from suffixes, which can be modified by - AddType and DefaultType directives, and so forth. In general, + AddType and ForceType directives, and so forth. In general, the governing philosophy is that anything which can be made configurable by directory should be; per-server information is generally used in the standard set of modules for information like diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index cc98c06f3a8..41391bbbaac 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -118,8 +118,7 @@ server machine, in order that this activity not adversely affect server performance.

-

If you use any Allow - from domain or Deny from domain +

If you use any Allow from domain or Deny from domain directives (i.e., using a hostname, or a domain name, rather than an IP address) then you will pay for two DNS lookups (a reverse, followed by a forward lookup @@ -307,8 +306,8 @@

In situations where Apache 2.x can ignore the contents of the file - to be delivered -- for example, when serving static file content -- - it normally uses the kernel sendfile support the file if the OS + to be delivered -- for example, when serving static file content -- + it normally uses the kernel sendfile support the file if the OS supports the sendfile(2) operation.

On most platforms, using sendfile improves performance by eliminating @@ -322,14 +321,14 @@ another box and moved to such a machine with broken sendfile support.

  • -

    With an NFS-mounted files, the kernel may be unable +

    With an NFS-mounted files, the kernel may be unable to reliably serve the network file through it's own cache.

  • For installations where either of these factors applies, you should use EnableSendfile off to disable sendfile - delivery of file contents. (Note: This directive can be overridden + delivery of file contents. (Note: This directive can be overridden on a per-directory basis.)

    diff --git a/docs/manual/misc/perf-tuning.xml.ko b/docs/manual/misc/perf-tuning.xml.ko index 729bf3c6f30..89cc9ec8b34 100644 --- a/docs/manual/misc/perf-tuning.xml.ko +++ b/docs/manual/misc/perf-tuning.xml.ko @@ -1,7 +1,7 @@ - + + + + + +