Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] mod_proxy, mod_proxy_balancer

Jérôme Patt

2008-07-22

Replies: Find Java Web Hosting

Author LoginPost Reply
Jérôme Patt schrieb:
> Hello there,
>
> I'm using a bunch of Apache-Worker as proxys (modules
> proxy_balancer_module, proxy_http_module, proxy_module), with two parent
> servers. The parent servers are holding the content, which is redundant
> till now on both servers. At the moment, there is this directive in the
> apache2.conf on the front proxys:

Forgot to add:


<Proxy *>
  Order deny,allow
  Allow from all
</Proxy>

ProxyPass /server-status !
ProxyPass / balancer://hotcluster/

>
> <Proxy balancer://hotcluster>
>    # The below is the hot standby
> BalancerMember http://host1
> BalancerMember http://host2
>      </Proxy>
> This worked fine for me, but now the situation has changed: there will
> be different content on the parent servers. Is there a way to tell the
> front proxys, that content of a specified url is only available on host
> one? Maybe via the rewrite engine?
>
>
> Thanks in advance for your help,
>
>
> Jérôme
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@(protected)
>  "  from the digest: users-digest-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.