Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
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

Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Igor Cicimov
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

Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
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

Re: [users@httpd] Problem with wildcard subdomains and ProxyPass

2013-04-02 Thread Thibaut Lemaire
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 ? --

Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Igor Cicimov
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

Re: [users@httpd] Problem with wildcard subdomains and ProxyPass

2013-04-02 Thread Tom Evans
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

[users@httpd] Problem with wildcard subdomains and ProxyPass

2013-04-02 Thread Thibaut Lemaire
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'

[users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
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

Re: [users@httpd] problem with header

2013-04-02 Thread Eric Covener
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

[users@httpd] problem with header

2013-04-02 Thread rahul bhola
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