Re: [PATCH] MEDIUM: mailer: try sending a mail up to 3 times

2015-11-14 Thread Willy Tarreau
Pieter, I'm just seeing this part in your description while merging the patch : On Sun, Nov 08, 2015 at 07:19:21PM +0100, PiBa-NL wrote: > >>>HOWEVER. > >>>-i have not checked for memoryleaks, sockets not being closed properly > >>>(i dont know how to..) I'm not worried for this one, at first gl

RE:Security system products, you still do not know these situations (Refuse to profiteering)

2015-11-14 Thread yarsor camera
Dear, Please allow me to take the liberty to send you this letter, but I hope you can read. If it is useful to you, you can contact me, maybe we can be friends; if not useful, you may ignore it. Security monitoring products on the market today, in China, has come to the pinnacle of the industry,

Re: Selecting back end from host header

2015-11-14 Thread SL
@Igor - thanks, I didn't know about that map feature, I think it could be useful in a number of situations. @Baptiste - Ah, it is possible dynamically, that's great - thank you! On 14 November 2015 at 22:05, Baptiste wrote: > On Sat, Nov 14, 2015 at 3:21 PM, SL wrote: > > Hi, > > > > We have q

Re: Selecting back end from host header

2015-11-14 Thread David Birdsong
Can maps be used with 'use-server' in listen or backend sections similarly to how it can be used with 'use_backend'? On Sat, Nov 14, 2015 at 1:06 PM Baptiste wrote: > On Sat, Nov 14, 2015 at 3:21 PM, SL wrote: > > Hi, > > > > We have quite a large number of backends, and are selecting which bac

Re: Selecting back end from host header

2015-11-14 Thread Baptiste
On Sat, Nov 14, 2015 at 3:21 PM, SL wrote: > Hi, > > We have quite a large number of backends, and are selecting which back end > to use based on the host specified in the request. (Note these are not > loadbalanced, we have to target them individually). > > Currently we are doing this with ACLs,

Re: Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Baptiste
On Sat, Nov 14, 2015 at 2:18 PM, Baptiste wrote: > > Le 14 nov. 2015 14:01, "Paul Menzel" a > écrit : >> >> Dear HAProxy folks, >> >> >> I am using a Docker setup to serve Web application using a database. >> >> HAProxy, the Web app and the database each run in a separate Docker >> container. >>

Re: Selecting back end from host header

2015-11-14 Thread Igor Cicimov
On Sun, Nov 15, 2015 at 1:21 AM, SL wrote: > Hi, > > We have quite a large number of backends, and are selecting which back end > to use based on the host specified in the request. (Note these are not > loadbalanced, we have to target them individually). > > Currently we are doing this with ACLs

Selecting back end from host header

2015-11-14 Thread SL
Hi, We have quite a large number of backends, and are selecting which back end to use based on the host specified in the request. (Note these are not loadbalanced, we have to target them individually). Currently we are doing this with ACLs, e.g. for each: acl svr1_request hdr_beg(host) -i s

Re: Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Baptiste
Le 14 nov. 2015 14:01, "Paul Menzel" a écrit : > > Dear HAProxy folks, > > > I am using a Docker setup to serve Web application using a database. > > HAProxy, the Web app and the database each run in a separate Docker > container. > > The HAProxy container is than started with the command below. >

Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Paul Menzel
Dear HAProxy folks, I am using a Docker setup to serve Web application using a database. HAProxy, the Web app and the database each run in a separate Docker container. The HAProxy container is than started with the command below. docker run --detach --name haproxy --link webapp:webapp myim

[SPAM] 專門回收香港、國內, 外機構、公司及政府不能處理的廢物及積壓品。

2015-11-14 Thread info
綠環環保回收再造回收再造專門回收香港,國內, 外機構、公司及政府不能處理的廢物及積壓品。在國內退回香港之電子、五金、服飾、玩具物料。 回收及處理之固體廢物包括:五金、成品、半成品、電腦、電腦零件、文儀用品、電子器材、半導體、影音產品、廢墨盒、碳粉盒及各種電器…… 回收服飾玩具:皮革、衣服、鞋、廠家積存任何玩具 回收電子零件:集成電路,二、三極管、電容、電阻、集成線路板、DVD機芯、晶振回收手機零件:排線(FPC)、新舊電話、液晶,電池、按鍵、充電器 回收電腦配件:手提電腦、液晶屏、處理器、記憶體、電腦主機、電腦週邊產品 回收影音器材:液晶、液晶電視、音響產品、MP3、MP4、DVD機、

Re: Fast reloads leave orphaned processes on systemd based systems

2015-11-14 Thread Lukas Loesche
Hi Lukas, I started working on a patch for haproxy-systemd-wrapper (https://gist.github.com/lloesche/f4f70a9dd585ba3ffa21) which blocks the parent until the pid gets changed (presumably by the newly forked haproxy process). It works, however if reloads come in extremely fast there's still a race I