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
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:
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
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:
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
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
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
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
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
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
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
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
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
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
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:
15 matches
Mail list logo