From: Jim Jagielski Date: Thu, 13 Jan 2011 16:05:28 +0000 (+0000) Subject: Update docco xforms X-Git-Tag: 2.3.11~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a477121bc83209d6bbae2b84872acf1f17492582;p=thirdparty%2Fapache%2Fhttpd.git Update docco xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058636 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@ - + +