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
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
> 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-
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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/
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
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
32 matches
Mail list logo