On 03/24/2011 05:14 PM, Carlos del Castillo wrote:
Hello everyone, I have a web server that is load balancing two tomcat servers
using the proxy module, all is working well but now I need to add a third one,
but we need to send very specific user_agents to that third server. The URLs
must be t
We would like to use Apache as a routing layer that accepts both structured
documents (XML docs) also some other
predefined data blocks in addition to key/value paris via http and then routes
those transactions based on a key
available in the request such that the required keys and sub keys a
Hello everyone, I have a web server that is load balancing two tomcat servers
using the proxy module, all is working well but now I need to add a third one,
but we need to send very specific user_agents to that third server. The URLs
must be the same.
Right now my configuration looks like this
Hello all,
I'm facing a major issue on one of my DB after an application upgrade
that switch to AuthMysql for a subversion server authentication
My DB server is overloaded by tons of:
> SELECT user.unix_pw, length(user.unix_pw) FROM user, user_group WHERE
> user.user_name=foo
I think it might co
thnx ben. going to dig into it now, looks like something i can use.
From: Ben Timby
To: users@httpd.apache.org; Peter Janovsky
Sent: Wednesday, March 23, 2011 10:54 PM
Subject: Re: [users@httpd] mod_apache_snmp
On Wed, Mar 23, 2011 at 8:23 PM, Peter Janovsky
Dear All,
We are planning for an enhancement of our servers.We are looking out if we
write Apache module and use Apache to support the below requirements.
We would like to use Apache as a routing layer that accepts both structured
documents (XML docs) also some other predefined data blocks in a
On March 24, 2011 4:25 , Mark Montague wrote:
By doing weighted request counting. In the following example, for
each three requests, one request will be sent to 1.2.3.4:8009 and
three requests will be sent to 1.2.3.5:8009. Apache HTTP Server keeps
track internally of how many requests have
On March 24, 2011 4:09 , Tushar Chavan wrote:
Suppose if choose , lbmethod = bytraffic , then how Apache will come
to know that how much traffic it should pass to server A & B.
By doing weighted byte counting.
Also same with bmethod=byrequest. , how Apache will come to know that
how many r
Hi Experts,
Suppose if choose , lbmethod = bytraffic , then how Apache will come to know
that how much traffic it should pass to server A & B.
Also same with bmethod=byrequest. , how Apache will come to know that how many
request it should pass to server A & B.
Best Regards,Tushar.
From: tushar