I have proven, through my own experimentation, that removing the status=+H
from the stateful balancer's member allow normal load balancing for the
stateless proxy balancer. Leaving the status=+H in the stateful balancer's
config causes ALL requests in the stateless balancer to route to
tccontainer
On 03/04/2013 7:28 AM, "Sean Alderman" wrote:
>
> Perhaps I've not explained correctly, I apologize. The concept I was
going for was to have two independent balancers that point to the same
tomcat instances.
>
> In the webservices virtual host I would have a configuration like so:
>
> ProxyPass
Perhaps I've not explained correctly, I apologize. The concept I was going
for was to have two independent balancers that point to the same tomcat
instances.
In the webservices virtual host I would have a configuration like so:
ProxyPass /service-sticky/ balancer://webservices-sticky/service-s
Le 02/04/2013 18:45, Tom Evans a écrit :
Do you mean proxy - you want to connect to a different server, fetch
that content over the network to this server, and then deliver it to
the client?
Yes, it's what I want to do. Isn't it the good way ?
--
On 03/04/2013 2:02 AM, "Sean Alderman" wrote:
>
> Greetings,
> I am running httpd 2.2.23.0-64 with mod_proxy to load balance Tomcat
6.0.36.B containers. I have encountered a somewhat strange situation, and
I was wondering if anyone could comment and or propose an alternative.
>
> I have a case
On Tue, Apr 2, 2013 at 5:18 PM, Thibaut Lemaire wrote:
> Hi,
>
> I want to use Apache to proxy requests like domain.tld.MyDomain.tld to
> domain.tld.
>
> I've tried this :
>
>
> RewriteEngine on
> RewriteCond %{HTTP_HOST}(.*).MyDomain.tld$
> RewriteRule (.*).MyDomain.tl
Hi,
I want to use Apache to proxy requests like domain.tld.MyDomain.tld to
domain.tld.
I've tried this :
RewriteEngine on
RewriteCond %{HTTP_HOST}(.*).MyDomain.tld$
RewriteRule (.*).MyDomain.tld$ $1
ProxyPassMatch /http://$1/
But of course it doesn't work.
I'
Greetings,
I am running httpd 2.2.23.0-64 with mod_proxy to load balance Tomcat
6.0.36.B containers. I have encountered a somewhat strange situation, and
I was wondering if anyone could comment and or propose an alternative.
I have a case where my tomcat containers have multiple webservice
appl
On Tue, Apr 2, 2013 at 6:56 AM, rahul bhola wrote:
> Hi i am using apache2 on liunx.
> i made up a module on php that sends header requests to the server.In
> between i realized that i needed to run some remote php scripts also on my
> server so i sent the header to the server as follows
> GET htt
Hi i am using apache2 on liunx.
i made up a module on php that sends header requests to the server.In
between i realized that i needed to run some remote php scripts also on my
server so i sent the header to the server as follows
GET http://www.google.com/ HTTP/1.1
but it is not working it is fetch
10 matches
Mail list logo