FW: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests & lbmethod = bytraffic

2011-03-24 Thread Tushar Chavan
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

Re: FW: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests & lbmethod = bytraffic

2011-03-24 Thread Mark Montague
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

Re: FW: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests & lbmethod = bytraffic

2011-03-24 Thread Mark Montague
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

[users@httpd] Need information about using Apache....

2011-03-24 Thread Arnab Ganguly
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

Re: [users@httpd] mod_apache_snmp

2011-03-24 Thread Peter Janovsky
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

[users@httpd] MySql overload: auth mysql + cache?

2011-03-24 Thread Manuel Vacelet
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

[users@httpd] reverse proxy based on user agent

2011-03-24 Thread Carlos del Castillo
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

Re: [users@httpd] Need information about using Apache....

2011-03-24 Thread Simone Caruso
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

Re: [users@httpd] reverse proxy based on user agent

2011-03-24 Thread Jeroen Geilman
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