Re: [EMAIL PROTECTED] mod_proxy_balancer stickysession

2008-11-25 Thread Ryan Fox
Ryan Fox wrote: I'm having a problem getting mod_proxy_balancer sticky sessions to work. Sorry everyone. Just needed to restart apache, rather than graceful. Works flawlessly now. Thanks, Ryan begin:vcard fn:Ryan Fox n:Fox;Ryan org:The University of Findlay;Information Technology Service

[EMAIL PROTECTED] mod_proxy_balancer stickysession

2008-11-25 Thread Ryan Fox
Greetings, I'm having a problem getting mod_proxy_balancer sticky sessions to work. My back-end real servers are adding a cookie with "BALANCEID=jics.ceyx; path=/; domain=.findlay.edu"(or jics.sterope, depending). mod_proxy_balancer should route to the appropriate server based on this

Re: [EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
> Hello, > > I'm trying to create two balancers within a single virtual host in order > to distinguish between static content and dynamically generated > (application) data. > > I have two webservers; on each one, I run an apache instance for static > content on port 81, documentroot /var/www/html-

[EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
Hello, I'm trying to create two balancers within a single virtual host in order to distinguish between static content and dynamically generated (application) data. I have two webservers; on each one, I run an apache instance for static content on port 81, documentroot /var/www/html-static and an

[EMAIL PROTECTED] mod_proxy_balancer question

2008-01-10 Thread KOZMAN Bálint
Hi there, has anyone seen stability problems with mod_proxy_balancer in apache 2.2.3? I'm on RHEL 5 x86_64 with httpd 2.2.3 and using mod_proxy_balancer to ditribute incoming traffic among backend apaches. Unfortunatelly front httpd randomly drops incoming connections independently from the n

[EMAIL PROTECTED] mod_proxy_balancer not balancing correct in combination with MAX=1

2007-11-22 Thread Toon Wijnands
I'm having a setup on Gentoo, Apache 2.2.6 with a setup that relies on mox_proxy_balancer: Apache is the proxy and proxies request to 3 workers (in fact, Mongrel which is a basic HTTP server). Rewriting rules are in places and on normal use no issues, so I guess the setup is correct. In my

[EMAIL PROTECTED] mod_proxy_balancer failover based on response code?

2007-09-03 Thread Ben Spencer
We are successfully using proxy_load_balancer to load balance requests to backend IIS servers. We noticed that if a "site" on one of the IIS servers is turned off, Apache still considers it a member and will send requests to it. IIS responds with a 503 (I think -- no site configured for this name o

[EMAIL PROTECTED] mod_proxy_balancer not working with ProxyRemote

2007-05-13 Thread Robert Spier
I'm setting up a forward proxy with httpd 2.2.4, and have several target proxy backends. I was hoping to be able to use mod_proxy_balancer to load balance between them. I'd expect this to work: ProxyRequests On ProxyRemote http balancer://mycluster BalancerMember http://localhost:8119 Bala

Re: [EMAIL PROTECTED] mod_proxy_balancer

2007-04-23 Thread Christian
From: Christian [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 9:56 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_proxy_balancer > > hi, > > i am using apache 2.2.4 with mod_proxy_balancer and mod_proxy_ajp. > both working fine using the lbmeth

RE: [EMAIL PROTECTED] mod_proxy_balancer

2007-04-20 Thread Ryan Murray
TED] Sent: Friday, April 20, 2007 9:56 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_proxy_balancer hi, i am using apache 2.2.4 with mod_proxy_balancer and mod_proxy_ajp. both working fine using the lbmethod byrequest. is there a possibility to change the lbmethod to some

[EMAIL PROTECTED] mod_proxy_balancer

2007-04-19 Thread Christian
hi, i am using apache 2.2.4 with mod_proxy_balancer and mod_proxy_ajp. both working fine using the lbmethod byrequest. is there a possibility to change the lbmethod to something like bySourceIP ? what i want to do, is to send requests from one client only to one backend tomcat server as long as

Re: [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-29 Thread Peter Hinse
PIRONET Benoit schrieb: > I have changed my VirtualHost configuration like this: > > > ServerName lbtest.lifeonline.be > ServerAdmin [EMAIL PROTECTED] > ProxyPass / balancer://mycluster2 stickysession=PHPSESSIONID > nofailover=On > > BalancerMember

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-27 Thread PIRONET Benoit
ailto:[EMAIL PROTECTED] Date: mar. 27/03/2007 12:15 À: users@httpd.apache.org Objet : RE: [EMAIL PROTECTED] mod_proxy_balancer problem I have changed my VirtualHost configuration like this: ServerName lbtest.lifeonline.be ServerAdmin [EMAIL PROTECTED] ProxyPass / bal

RE: [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-27 Thread PIRONET Benoit
Message- From: Peter Hinse [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 11:55 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_proxy_balancer problem PIRONET Benoit wrote: > Hello everybody > > > > I have an apache 2.2.4 on a freebsd 5.4 server. &g

Re: [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-27 Thread Peter Hinse
PIRONET Benoit wrote: > Hello everybody > > > > I have an apache 2.2.4 on a freebsd 5.4 server. > > > > I try to set up a virtual host with load balancing. > > > > Here is a part of my httpd.conf: > > LoadModule proxy_module libexec/apache22/mod_proxy.so > > LoadModule proxy_balancer_

[EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-27 Thread PIRONET Benoit
Hello everybody I have an apache 2.2.4 on a freebsd 5.4 server. I try to set up a virtual host with load balancing. Here is a part of my httpd.conf: LoadModule proxy_module libexec/apache22/mod_proxy.so LoadModule proxy_balancer_module libexec/apache22/mod_proxy_balancer.so LoadMod

[EMAIL PROTECTED] mod_proxy_balancer: trying to set a request timeout

2007-01-19 Thread Lucas Brasilino
Hi All: I'm doing some tests with Apache 2.2.4 + mod_proxy_balancer where I have already played with my 2 backend servers in the following fashion: both up, just one down, getting the down one up and everything is working just fine. But now I'm stucked in an issue: I've wrote a little code to acc

[EMAIL PROTECTED] mod_proxy_balancer

2007-01-18 Thread Nathan Wiebe
Hi, I've got a mod_proxy_balancer setup in front of a Ruby on Rails application. I've got four back end processes with Apache in front. This is all setup and working, requests are distributed across the back end processes. Some of the processing on the back end servers takes a long time, up to

[EMAIL PROTECTED] mod_proxy_balancer: trying to set a request timeout

2007-01-18 Thread Lucas Brasilino
Hi All: I'm doing some tests with Apache 2.2.4 + mod_proxy_balancer where I have already played with my 2 backend servers in the following fashion: both up, just one down, getting the down one up and everything is working just fine. But now I'm stucked in an issue: I've wrote a little code to acc

[EMAIL PROTECTED] mod_proxy_balancer for multiple sites

2006-08-27 Thread Todd Nine
Hi all, I have a rather complex question (at least it is to me) so I'm going to start with a basic setup. I want to set up a mod_proxy_balancer that connects multiple Apache nodes. I have some sites in php, some in python, and some connected to tomcat via mod_jk. That much I have configured in

Re: [EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-22 Thread Yoav Shapira
Hi, Ah! I was missing the slash at the end of the ProxyPass statement -- my dumb mistake, sorry for wasting your time ;) Thanks for your help everyone, Yoav On 8/22/06, John Madden <[EMAIL PROTECTED]> wrote: On Tue, 2006-08-22 at 15:52 -0400, Yoav Shapira wrote: > John, > Thank you for the su

Re: [EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-22 Thread Yoav Shapira
John, Thank you for the suggestion, but it doesn't seem to help. I've added a slash to the line as you suggested, to no effect: same error message. I also tried adding a ProxyPassReverse statement to match the ProxyPass one, also to no effect: same error message. Thank you, Yoav On 8/22/06,

Re: [EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-22 Thread Yoav Shapira
Hi, Thanks for the suggestion. There is one line in error_log for each request, like this: [Tue Aug 22 15:04:55 2006] [warn] proxy: No protocol handler was valid for the URL /test.html. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration

Re: [EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-21 Thread Pid
Look in the server error_log to see what the 403 is being issued for, and if that doesn't help, post that to the list and we might be able to help. Yoav Shapira wrote: Hi, I'm trying to configure mod_proxy_balancer with a simple cluster and have run into a configuration problem that has me st

[EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-21 Thread Yoav Shapira
Hi, I'm trying to configure mod_proxy_balancer with a simple cluster and have run into a configuration problem that has me stumped. It's probably very simple and I'm just missing something ;) Your help is appreciated. I have three machines, www1.mydomain.com, www2.mydomain.com, and www3.mydomai

[EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-17 Thread Yoav Shapira
Hi, I'm trying to configure mod_proxy_balancer with a simple cluster and have run into a configuration problem that has me stumped. It's probably very simple and I'm just missing something ;) Your help is appreciated. I have three machines, www1.mydomain.com, www2.mydomain.com, and www3.mydomai

Re: [EMAIL PROTECTED] mod_proxy_balancer design confusion?

2006-08-16 Thread Jim Jagielski
It is up to the origin servers to set the cookies; the balancer does not do that. It simply honors any stickness that may be present, but does not "create" the stickness. John Madden wrote: > > As with most load balancers, I assumed by "stickysession" we were > talking about balancing based only

Re: [EMAIL PROTECTED] mod_proxy_balancer design confusion?

2006-08-16 Thread John Madden
On Wed, 2006-08-16 at 11:43 -0400, Jim Jagielski wrote: > It is up to the origin servers to set the cookies; the balancer > does not do that. It simply honors any stickness that > may be present, but does not "create" the stickness. The application generally sets a cookie without any awareness of

[EMAIL PROTECTED] mod_proxy_balancer design confusion?

2006-08-16 Thread John Madden
As with most load balancers, I assumed by "stickysession" we were talking about balancing based only on the value of a cookie, but as far as I've been able to tell, that is not the case. On 2.2.3, with a configuration of: ProxyRequests Off ProxyPreserveHost On ProxyPass / balancer://cluster/ st

[EMAIL PROTECTED] mod_proxy_balancer stickysession issues

2006-05-11 Thread Brian Rectanus
Hello all, I am having problems with mod_proxy_balancer and sticky sessions in 2.2.0 - 2.2.2. Here is what I have: NameVirtualHost *:80 Listen 80 ... BalancerMember http://server1:8000 route=server1 BalancerMember http://server2:8000 route=server2 ProxyPass / balancer://apps/

[EMAIL PROTECTED] mod_proxy_balancer: how to define failover (only) / hot standby behavior?

2006-01-21 Thread andi w
Hello, using Apache 2.2.0/mod_proxy_balancer, is it possible to configure a proxy balancer with two balancer members, where one of the two only gets the requests, if the other one fails? In mod_jk that was possible using "local_worker_only", but with mod_proxy_balancer I have not yet underst

[EMAIL PROTECTED] mod_proxy_balancer question 2.1.9

2005-11-11 Thread Oliver.Schaudt
Hi, i'm using apache 2.1.9beta and mod_proxy_balancer on an AMD Opteron 64 running SLES 9. It compiled well and it runs. There is one special thing: Case 1 : If i make a balancercluster like this [for every context 1 cluster] ProxyPass /web balancer://wpgcluster lbmethod=byrequests stick