From f6ec2dca07f2b657cd6d8830473a1bf7ccfe15b2 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sun, 2 Sep 2007 12:21:17 +0000 Subject: [PATCH] * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571967 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 28 +++++++++++++++++++++++++--- docs/manual/mod/mod_proxy.xml.ja | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 2ab9ecbe798..bbe36687ca7 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1234,10 +1234,14 @@ expressions and later.

This directive is used as an alternate method of setting any of the - parameters available to Proxy balancers and members normally done via the + parameters available to Proxy balancers and workers normally done via the ProxyPass directive. If used - within a <Proxy balancer://...> container - directive, the url argument is not required.

+ within a <Proxy balancer url|worker url> + container directive, the url argument is not required. As a side + effect the respective balancer or worker gets created. This can be useful + when doing reverse proxying via a + RewriteRule instead of a + ProxyPass directive.

<Proxy balancer://hotcluster>
@@ -1249,10 +1253,28 @@ expressions </Proxy>

+

+ <Proxy http://backend>
+ + ProxySet keepalive=On
+
+ </Proxy> +

+

ProxySet balancer://foo lbmethod=bytraffic timeout=15

+

+ ProxySet ajp://backend:7001 timeout=15 +

+ +

Warning

+

Keep in mind that the same parameter key can have a different meaning + depending whether it is applied to a balancer or a worker as shown by the two + examples above regarding timeout.

+
+
top
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index a4ecda808ff..342b065355b 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +