From a477121bc83209d6bbae2b84872acf1f17492582 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 13 Jan 2011 16:05:28 +0000 Subject: [PATCH] Update docco xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058636 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.de | 1 - docs/manual/mod/directives.html.en | 1 - docs/manual/mod/directives.html.es | 1 - docs/manual/mod/directives.html.ja.utf8 | 1 - docs/manual/mod/directives.html.ko.euc-kr | 1 - docs/manual/mod/directives.html.tr.utf8 | 1 - docs/manual/mod/mod_proxy.html.en | 19 + docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_proxy_balancer.html.en | 37 +- .../mod/mod_proxy_balancer.html.ja.utf8 | 17 +- docs/manual/mod/mod_proxy_balancer.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 947 +++++++++-------- docs/manual/mod/quickreference.html.en | 947 +++++++++-------- docs/manual/mod/quickreference.html.es | 947 +++++++++-------- docs/manual/mod/quickreference.html.ja.utf8 | 929 +++++++++-------- docs/manual/mod/quickreference.html.ko.euc-kr | 943 +++++++++-------- docs/manual/mod/quickreference.html.tr.utf8 | 959 +++++++++--------- 17 files changed, 2859 insertions(+), 2896 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 4f95e8b019b..a380438e198 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -140,7 +140,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 00306fc77e4..491f9def600 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -141,7 +141,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index f892c676d68..c17bc17bc6a 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -143,7 +143,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index e05c576fc0f..8b1f6645e0f 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -139,7 +139,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 2366964b573..5673f1319ed 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -138,7 +138,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index e71451cd37c..28576275005 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -137,7 +137,6 @@
  • <AuthzProviderAlias>
  • AuthzSendForbiddenOnFailure
  • BalancerMember
  • -
  • BalancerNonce
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 986123d29a7..034a9405642 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -965,6 +965,7 @@ through ProxyPass /example http://backend.example.com max=20 ttl=120 retry=300

    +
    BalancerMember parameters
    @@ -1137,6 +1138,7 @@ through parameters can be add to this virtual worker. See mod_proxy_balancer for more information about how the balancer works.

    +
    Parameter Default
    Balancer parameters
    @@ -1186,6 +1188,23 @@ through force the worker into error state when the backend returns any status code in the list. Worker recovery behaves the same as other worker errors. + + + + + +
    Parameter Default
    nonce<auto>The protective nonce used in the balancer-manager application page. + The default is to use an automatically determined UUID-based + nonce, to provide for further protection for the page. If set, + then the nonce is set to that value. A setting of None + disables all nonce checking. +

    Note

    +

    In addition to the nonce, the balancer-manager page + should be protected via an ACL.

    +
    +
    growth0Number of additional BalancerMembers to allow to be added + to this balancer in addition to those defined at configuration. +

    A sample balancer setup

    diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 047526b99c9..b4fe5389061 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + +