From f6ec2dca07f2b657cd6d8830473a1bf7ccfe15b2 Mon Sep 17 00:00:00 2001
From: Ruediger Pluem 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.<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
+
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.
+