From: Jim Jagielski
Date: Fri, 23 Sep 2011 12:59:07 +0000 (+0000)
Subject: docco xforms
X-Git-Tag: 2.3.15~203
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecba518d3c356f32ee6fa15bf272990789f3ebbd;p=thirdparty%2Fapache%2Fhttpd.git
docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174720 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index 77aa5315155..e4263d645cf 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -542,8 +542,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 0800ea2efe8..a795613bf8d 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -545,8 +545,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index d1c1c7fcb87..a77f924259a 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -541,8 +541,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 1b073ec6941..cbb5257d8bc 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -540,8 +540,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index edee918a2d3..ccbcf34ad71 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -539,8 +539,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn
index 15941cd40cf..4f67afc1d3e 100644
--- a/docs/manual/mod/directives.html.zh-cn
+++ b/docs/manual/mod/directives.html.zh-cn
@@ -538,8 +538,18 @@
SSLRequireSSL
SSLSessionCache
SSLSessionCacheTimeout
+SSLStaplingCache
+SSLStaplingErrorCacheTimeout
+SSLStaplingFakeTryLater
+SSLStaplingForceURL
+SSLStaplingResponderTimeout
+SSLStaplingResponseMaxAge
+SSLStaplingResponseTimeSkew
+SSLStaplingReturnResponderErrors
+SSLStaplingStandardCacheTimeout
SSLStrictSNIVHostCheck
SSLUserName
+SSLUseStapling
SSLVerifyClient
SSLVerifyDepth
StartServers
diff --git a/docs/manual/mod/mod_lbmethod_bybusyness.html.en b/docs/manual/mod/mod_lbmethod_bybusyness.html.en
index 20ad5bd59ec..a0d352d7203 100644
--- a/docs/manual/mod/mod_lbmethod_bybusyness.html.en
+++ b/docs/manual/mod/mod_lbmethod_bybusyness.html.en
@@ -52,17 +52,18 @@ provides the bybusyness
load balancing method.
Enabled via lbmethod=bybusyness
, this scheduler keeps
- track of how many requests each worker is assigned at present. A new
+ track of how many requests each worker is currently assigned at present. A new
request is automatically assigned to the worker with the lowest
number of active requests. This is useful in the case of workers
that queue incoming requests independently of Apache, to ensure that
queue length stays even and a request is always given to the worker
- most likely to service it fastest.
+ most likely to service it the fastest and reduce latency.
In the case of multiple least-busy workers, the statistics (and
weightings) used by the Request Counting method are used to break the
tie. Over time, the distribution of work will come to resemble that
- characteristic of byrequests
.
+ characteristic of byrequests
(as implemented
+ by mod_lbmethod_byrequests
).
diff --git a/docs/manual/mod/mod_lbmethod_bytraffic.html.en b/docs/manual/mod/mod_lbmethod_bytraffic.html.en
index 470ce333c3b..c8327c44f37 100644
--- a/docs/manual/mod/mod_lbmethod_bytraffic.html.en
+++ b/docs/manual/mod/mod_lbmethod_bytraffic.html.en
@@ -57,7 +57,8 @@ provides the bytraffic
load balancing method..
this worker to handle. This is also a normalized value
representing their "share" of the amount of work to be done,
but instead of simply counting the number of requests, we take
- into account the amount of traffic this worker has seen.
+ into account the amount of traffic this worker has either seen
+ or produced.
If a balancer is configured as follows:
@@ -78,6 +79,8 @@ provides the bytraffic
load balancing method..
size of the request and response are applied to the weighting
and selection algorithm.
+ Note: input and output bytes are weighted the same.
+
diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja
index d1e87f98bd4..b1addb88513 100644
--- a/docs/manual/mod/mod_log_config.xml.ja
+++ b/docs/manual/mod/mod_log_config.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+