Q: Best practice for redirects

2013-07-15 Thread Jürgen Haas
In our environment, we do have a lot of subdomains on various servers and customers still tend to insert "www." in front of the domain name. We would like to get rid of them by redirecting to the proper subdomain without the leading www. I wonder what's the best way to go about this. Examples: R

Http traffic not go to backend transparent.

2013-07-15 Thread jinge
Dear all, We use haproxy for our web service. But we found the acl not so nice to use. The ACL HTTP can't capture all the traffic to backend web server, but all our client request go to the backend transparent to the Internet.Here is the configure below. And our system is the FreeBSD9.1 stable

Increase your website income

2013-07-15 Thread Reid Lewis
Select your language: Dear Webmaster, visiting your website we noticed you host some ad spaces. We are contacting you in order to introduce you our Adnetwor

Haproxy not stopping an sending duplicate requests

2013-07-15 Thread Glauco Bigini
Hello, We have an haproxy setup here (great piece of software!) showing a strange issue. After months of flawless operation, suddenly the service initscript is not able to close the process anymore. Need to use a kill -9 manually. Even more strange, at every restart the process is not closed,

RE: Question about a feature that is present in Barracuda Load Balancer

2013-07-15 Thread Lukas Tribus
Hi Ali, > Date: Sat, 13 Jul 2013 23:23:08 +0430 > Subject: Question about a feature that is present in Barracuda Load Balancer > From: ali.majdza...@gmail.com > To: haproxy@formilux.org > > Hello List, > The Barracuda load balancer has feature which enables

RE: lots of connections stay in FIN_WAIT2 and CLOSE_WAIT

2013-07-15 Thread Lukas Tribus
Hi Jinge, > FIN_WAIT2 18532 #almost all the client to haproxy. A high FIN_WAIT2 count is normal on any internet facing server. Nothing bad happens because of this. > CLOSE_WAIT 17674 # almost all the haproxy to the internet. > [...] > option http-pretend-keepalive Do you really have a buggy

Curso Ejecutivo Acelerando el Rendimiento de la Fuerza de Ventas

2013-07-15 Thread Paula Maya
Curso Ejecutivo Acelerando el Rendimiento de la Fuerza de VentasMedellín 17 y 18 de julio de 2013 Para el éxito en el cada vez más competitivo mundo empresarial, es determinante que el gerente de ventas mantenga a su equipo produciendo al máximo. Incluso los profesionales que cuentan con añ

Re: Question about a feature that is present in Barracuda Load Balancer

2013-07-15 Thread Ali Majdzadeh
Lukas, Hi Thanks for your comments. The "File download" example which I mentioned, was just an example. The big picture would be somehow storing the current state between the user and the web server (independent of the actual web application) so that it is restored (maintained) when one of the web

RE: ACL HTTP not capture all the HTTP traffic ?

2013-07-15 Thread Lukas Tribus
Hi Jinge, > if it's not the HTTP traffic we send it to the Internet use the option > transparent. I'm not sure I understand this configuration. Can you clarify what services you are offering and what it has to do with transparent proxying? Looks to me like you use "option transparent" to transf

RE: Haproxy not stopping an sending duplicate requests

2013-07-15 Thread Lukas Tribus
Hi Glauco, > After months of flawless operation, suddenly the service initscript is > not able to close the process anymore. Need to use a kill -9 manually. > Even more strange, at every restart the process is not closed, but another > instance is started. > [...] > the backend servers receive du

RE: Question about a feature that is present in Barracuda Load Balancer

2013-07-15 Thread Lukas Tribus
Hi Ali, > The big picture would be somehow storing the current state between the > user and the web server (independent of the actual web application) so > that it is restored (maintained) when one of the web servers goes down. > Consider current authenticated user sessions, content posting, etc.

RE: Http traffic not go to backend transparent.

2013-07-15 Thread Lukas Tribus
Jinge, please stop posting new conversations about the same issue with a different subject line. "Http traffic not go to backend transparent‏" is about the same issue as "ACL HTTP not capture all the HTTP traffic ?‏" and "lots of connections stay in FIN_WAIT2 and CLOSE_WAIT‏" about the exact same

Re: 100% cpu load....

2013-07-15 Thread Willy Tarreau
Hi Mark, On Sat, Jul 13, 2013 at 11:35:56AM +0200, Mark Janssen wrote: > On Fri, Jul 12, 2013 at 5:57 PM, Lukas Tribus wrote: > > > Hi Mark, > > > > > epoll_wait(0, {}, 200, 0) = 0 > > > (repeated 10-15 times) > > > > A few questions: > > > > Can you reproduce this without the health checks? > >