Brothersoft - Software Download Report

2013-06-10 Thread Brothersoft
Title: Software Download Report Brothersoft Software Download Report Hi, We will send you the statistics reports of your top 5 download amount

Re: [PATCH] DOC: examples: provide simplified ssl configuration

2013-06-10 Thread Willy Tarreau
On Thu, Jun 06, 2013 at 09:30:48PM +0200, Lukas Tribus wrote: Hi! Heres a patch to provide a simple example ssl configuration we could add to examples/*: DOC: examples: provide simplified ssl configuration (...) Applied, thank you Lukas. Willy

disable all servers on backend via socket

2013-06-10 Thread Kron
Hello! I have an a backend and a few servers in it. Sometimes I need to disable all servers on this backend to stop all traffic that flows to them. The best way to do this is to use haproxy unix socket connection.But there is an a question:Is there a some way to disable all servers in a backend by

Re: HAProxy maintains connection to proxied server after client disconnects

2013-06-10 Thread Chris Yang
Hi Lukas, Thank you for your suggestion. It works! I guess this is a shortcoming of streaming and eventsource protocols, because there are two separate connections involved for each client, whereas for websocket and long-polling haproxy can tell for sure the connection breaks given there is only

RE: HAProxy latest on SSL

2013-06-10 Thread Lukas Tribus
Probably a stupid question, but when you route to a backend configured like this will it keep SSL FC traffic on a SSL backend, or just pick one? Frontend SSL and backend SSL traffic has nothing to do with each other if thats what you mean. So both backends would be used, independently of

Haproxy + nginx + naxsi

2013-06-10 Thread Hugues Lepesant
Hello all,   I'm trying to make this tutorial work :   http://blog.exceliance.fr/2012/10/16/high-performance-waf-platform-with-naxsi-and-haproxy/   But when I check the configuration of haproxy I've got a this errors :   # haproxy -c -f /etc/haproxy/haproxy.test.cfg [ALERT] 160/191308 (22091)

RE: HAProxy maintains connection to proxied server after client disconnects

2013-06-10 Thread Lukas Tribus
I guess this is a shortcoming of streaming and eventsource protocols, because there are two separate connections involved for each client, whereas for websocket and long-polling haproxy can tell for sure the connection breaks given there is only one connection. I'm not familiar with those

Multiple Switching

2013-06-10 Thread Chris Brazier
Hi, I am hoping someone can help me. I am trying to use both path_beg and regrep at the same time, but it is not working. My config is as follows: frontend httpweb mode http option http-server-close bind :80 acl p_static1 path_beg /static1/ acl p_static2 path_beg /static2/ reqrep ^([^\ ]*)\

Capture cookie and set as header

2013-06-10 Thread Michael Glenney
Sorry if this is a repeat. I sent last week but never saw it come into my inbox (Will I see my own messages come in on the list?) so I'm not sure it made it to the list. I need to capture a cookie value in a request and then append it as a http header value. I've been searching for examples for

Re: HAProxy latest on SSL

2013-06-10 Thread David Coulson
On 6/10/13 11:55 AM, Lukas Tribus wrote: Frontend SSL and backend SSL traffic has nothing to do with each other if thats what you mean. So both backends would be used, independently of whether the frontend connection is SSL or not. Maybe that should be made clear in the example. Since you have

odd 10 seconds in websocket negotiation with more than one backend server

2013-06-10 Thread Ramin K
I'm seeing an very odd and consistent 10 second time to negotiate a websocket connection when using HAproxy, but only when I have more than one server in the rotation. Going directly to the server from the browser, I connect immediately. With only one server in the haproxy backend, I connect

RE: HAProxy latest on SSL

2013-06-10 Thread Lukas Tribus
Maybe that should be made clear in the example. Since you have a front-end accepting both SSL and clear traffic, and a backend with SSL and clear servers, it is confusing to someone who doesn't know it works. The fact that both sides have encrypted and unencrypted traffic types was

RE: CPU spike after restarting with -sf pid

2013-06-10 Thread Malcolm Handley
That's sound advice. We'll upgrade soon and see whether anything changes. Is the latest snapshot really what you recommend for running in production? I was nervous about using a dev release but we desperately needed support for the proxy protocol. On Fri, Jun 07, 2013 at 03:16 PM, Lukas

Re: HAProxy latest on SSL

2013-06-10 Thread David Coulson
On 6/10/13 7:18 PM, Lukas Tribus wrote: Do you have a concrete suggestion how to make this clearer? I think just make it clear that if you want SSL front-end traffic to go to SSL back-end traffic you need this: use-server backend:80 if !{ ssl_fc } use-server backend:443 if { ssl_fc } IMHO,

Re: CPU spike after restarting with -sf pid

2013-06-10 Thread Cyril Bonté
Hi Malcolm, Le 11/06/2013 02:01, Malcolm Handley a écrit : I was nervous about using a dev release but we desperately needed support for the proxy protocol. If you only need the accept-proxy feature in the bind options and you are not comfortable with following the dev branch, I ported it to