Hello,
I'm using mod_proxy balancer, and I need to redirect all requests coming
from a user to the same backend server.
Our application does not setup cookies and in this sense does not rely on
sessions in order to work with requests sent from webclients that reject
cookies.
I set up my own sessio
Hello,
is it possible to setup 2 or more proxy balancers to simultaneously use the
same worker (server), for example
ProxyPass /URL1 balancer://mycluster1
BalancerMember http://1.2.3.4:8009/URL1 route=blue
BalancerMember http://1.2.3.5:8009/URL1 smax=10 route=red
# Less powerful server, don't
s) - `index.html' saved [18/18]
>
>
>
>-
>The official User-To-User support forum of the Apache HTTP Server Project.
>See http://httpd.apache.org/userslist.h
22 Oct 2005 19:30:10 GMT
Content-Type: text/html
Content-Length: 18
Date: Sat, 22 Oct 2005 19:48:06 GMT
Server: Apache-Coyote/1.1
Connection: Keep-Alive
Length: 18 [text/html]
21:47:58 (258.50 KB/s) - `index.html' saved [18/18]
Joshua Slive <[EMAIL PROTECTED]> wrote:
>
Hello,
I'm using apache (2.0.54) as a frontend server to proxy content from
application servers,
I'd like to enable caching in order to decrease the load of the backend servers,
I tried to add CacheEnable directive:
ProxyPass/content1 http://server:8080/content1
ProxyPassReverse /conte