Re: [EMAIL PROTECTED] Load Balancer Manager

2008-11-14 Thread Dan Udey
1) Check the error log. When apache disables a worker it will log why. This will probably tell you what's going on. 2) It's possible Apache is disabling it because either it's not ready when it first tries (i.e. maybe it's starting up) or because it took too long to return a request. In this

[EMAIL PROTECTED] Load Balancer Manager

2008-11-14 Thread Vicky Crowley
Hi, I am attempting to set up the load balancer manager for 2 workers. I am able to access the web interface for the Balancer Manager. When I click on the worker, I get Edit worker settings for http://box2:7789 Load factor: LB Set: Route: Route Redirect: Status: Disabled: | Enabled:

Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread WhoAmI
Hi, is the directory you want to process on a random server. For example with the line RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] requestes for www.domain.com/blog will be sent randomly to: www1.domain.com/blog www2.domain.com/blog www3.domain.com/blog www4.domain.com/blo

Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread elsergio
Hi, /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] Can you explain me the last line? BR, Sergio -- View this message in context:

Re: [EMAIL PROTECTED] Load Balancer

2008-08-29 Thread Krist van Besien
On Fri, Aug 29, 2008 at 12:48, elsergio <[EMAIL PROTECTED]> wrote: > > Hi all, > > I would like to use to use Apache just as a Load Balancer. This is the idea: > > - http/https --> Apache --> Srv1: IP 192.168.1.10 > |---> Srv

Re: [EMAIL PROTECTED] Load Balancer

2008-08-29 Thread WhoAmI
Hi, if you need just a simple load balancing you can use something like this: /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] WhoAmI On F

[EMAIL PROTECTED] Load Balancer

2008-08-29 Thread elsergio
Hi all, I would like to use to use Apache just as a Load Balancer. This is the idea: - http/https --> Apache --> Srv1: IP 192.168.1.10 |---> Srv2: IP 192.168.1.20 I have seen in the documentation that could be something

Re: [EMAIL PROTECTED] Load Balancer error

2008-06-18 Thread Rodrigo Correa de Paiva
Krist, For a reason that i dont know, the tomcats stop to answer on ajp connector. I changed the apache redirect config to another server and was working. so i restarted the tomcats and the service becomes normal. i think that since the computers was created, the restart is the way that solve more

Re: [EMAIL PROTECTED] Load Balancer error

2008-06-15 Thread Krist van Besien
On Fri, Jun 13, 2008 at 20:22, Rodrigo Correa de Paiva <[EMAIL PROTECTED]> wrote: > Hi all, > i have a Apache224 working like load balancer betwin two tomcats. > If i go direct to one of those tomcats, i see all correct, if i call > the apache doenst work. > in the error log i got this: > > [Fri Ju

[EMAIL PROTECTED] Load Balancer error

2008-06-13 Thread Rodrigo Correa de Paiva
Hi all, i have a Apache224 working like load balancer betwin two tomcats. If i go direct to one of those tomcats, i see all correct, if i call the apache doenst work. in the error log i got this: [Fri Jun 13 14:42:19 2008] [error] (104)Connection reset by peer: ajp_ilink_receive() can't receive he

[EMAIL PROTECTED] Load balancer and ProxyPassReverse directive.

2008-02-18 Thread olivier giorgi
Hello to all, How are you? Firstly, it is a general query relative to Apache 2.2.4 load balancer. In the following cases (CASE 1, CASE 2 and CASE 3), i want to use the directive ProxyPassReverse, please, could you help me for each case which are specific (CASE 1, CASE 2 and CASE 3) (Thanks in

RE: [EMAIL PROTECTED] Load Balancer Results in File Does Not Exist Errors

2007-06-12 Thread Stuart, Ed
Here's the config as requested. Its pretty much the default. # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.a

Re: [EMAIL PROTECTED] Load Balancer Results in File Does Not Exist Errors

2007-06-12 Thread Krist van Besien
On 6/12/07, Stuart, Ed <[EMAIL PROTECTED]> wrote: Hello all; We are running Apache 2.0.52 on RHEL V4 U4. Our web servers are used to host applications from WebSphere Application Servers. They use a plugin provided by WebSphere. The web servers work fine when they are addressed directly via

[EMAIL PROTECTED] Load Balancer Results in File Does Not Exist Errors

2007-06-12 Thread Stuart, Ed
Hello all; We are running Apache 2.0.52 on RHEL V4 U4. Our web servers are used to host applications from WebSphere Application Servers. They use a plugin provided by WebSphere. The web servers work fine when they are addressed directly via https://servername/appname. This activates the plugin

[EMAIL PROTECTED] Load Balancer Manager web interface problem

2006-09-19 Thread Xtonic
Hi, I am using Apache 2.2.3 in RedHead Linux. The server is strictly compiled from the source. I would like to enable the mod_proxy_balancer. It functions OK, but I cannot get the Load Balancer Manager web page working. All I got from /balancer-manager were the following lines: