[CLEANUP]: silencing warning in dumpsters

2015-11-17 Thread David CARLIER
Hi all, this should be a harmless patch in order to silence the compiler warning in some operating systems regarding time_t / printf format specifier. Kindest regards. 0001-CLEANUP-dumpstats-silencing-warning-for-printf-forma.patch Description: Binary data

Re: Echo server in Lua

2015-11-17 Thread Thrawn
Hi, again. Actually, when I think more about it, this service needs to support SSL, so a Layer 7 implementation is needed.Also, when I put the TCP applet under any degree of stress (as little as 100 request with concurrency 10), it hangs? The other two implementations (http-req vs http applet) s

Re: haproxy management web service ?

2015-11-17 Thread Park, Sang-Min
That is just one piece of overall software. So Eucalyptus is the AWS-compatible private cloud and ELB is the implementation of AWS ELB on top of haproxy. To use it, you need to install Eucalyptus on 1 or multiple machines and haproxy will be running inside the VMs. Depending on your use-case, i

Re: haproxy management web service ?

2015-11-17 Thread Ed Young
Ok, thanks! I just built and installed socat, and I'll check out haproxyadmin as well. I've got a few golang irons in the fire for the same reason, so let me know if you make some progress. Thanks again. On Tue, Nov 17, 2015 at 2:57 PM, Pavlos Parissis wrote: > On 17/11/2015 10:37 μμ, Ed Youn

Re: haproxy management web service ?

2015-11-17 Thread Pavlos Parissis
On 17/11/2015 10:37 μμ, Ed Young wrote: > I'm aware of the stats application and have it configured to manually > enable, disable and soft stop/start nodes. > > The UI is nice, but what I'm asking about is whether there is an web > service or API to enable/disable/soft stop/start nodes programmat

Re: haproxy management web service ?

2015-11-17 Thread Jeff Palmer
Ed, If you look into the "stats socket" it has the same functionality as the web interface. you can interact with it via shell scripts and similar. I use this with ansible to take backends out of haproxy before doing maintenance or updates. so that may work for you. If you are looking for l

Re: haproxy management web service ?

2015-11-17 Thread Ed Young
I'm aware of the stats application and have it configured to manually enable, disable and soft stop/start nodes. The UI is nice, but what I'm asking about is whether there is an web service or API to enable/disable/soft stop/start nodes programmatically. That way when I have a release or some oth

特大优惠!!!深圳盐田/蛇口整柜拖车报关一条龙服务部分产品全包价只需1200元

2015-11-17 Thread pxcnmxqpn
       深圳盐田、蛇口整柜报关交仓  本公司是集拖车、商检、报关、报检、仓储、码头内装等服务的专业的码头服务公司  东莞到深圳盐田/蛇口整柜,拖车1200元部分产品免报关费   欢迎有柜来电咨询。(珠三角到深圳盐田/蛇口整柜拖车都可以达到) 我司专业代理深圳盐田买单报关单检包柜、蛇口买单报关单检包柜、皇岗口岸进口清关,中港运输报关、文锦渡中港运输报关、深圳机场UPS/TNT/FEDEX/DHL出口报关报检、深圳机场UPS/TNT/FEDEX/DHL进口报关报检.    联系人: 杨生     Mob

Re: haproxy management web service ?

2015-11-17 Thread Park, Sang-Min
Fyi, Eucalyptus implements AWS ELB api using haproxy as its backend. --- Sang-Min Park – Software Engineer HP Enterprise / Eucalyptus From: Ed Young mailto:e...@summitbid.com>> Date: Tuesday, November 17, 2015 at 12:10 PM To: "Haproxy@formilux.org" mai

Re: haproxy management web service ?

2015-11-17 Thread Jeff Palmer
There is a built in web UI which offers that functionality https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#stats admin you can see a demo of it at http://demo.haproxy.org (the demo is read-only, so you won't see the options to enable/disable backends and such) On Tue, Nov 17, 201

haproxy management web service ?

2015-11-17 Thread Ed Young
So there a web service api that would support bringing nodes up and Down programmatically for orchestration of upgrades and other maintenance events? -- - Ed

RE: Haproxy

2015-11-17 Thread Lukas Tribus
> Howover, Can you send me some sample haproxy.cfg configuration file for  > Solaris 11. Sample configurations are already bundled with haproxy, check the folder examples/ Of course, the those configurations will not work out of the box for your specific requirements. You will have to understand

HAProxy and container IP changes in Docker

2015-11-17 Thread Baptiste
Hi, For those who asks how to follow-up IP changes in HAProxy when a container has been reloaded, here is one way of doing it using inotify, dnsmasq and DNS: http://blog.haproxy.com/2015/11/17/haproxy-and-container-ip-changes-in-docker/ I may write an other blog article later to workaround the l

Re: appsession replacement in 1.6

2015-11-17 Thread Sylvain Faivre
Replying to myself : On 11/17/2015 10:58 AM, Sylvain Faivre wrote: Hi Aleks, and thanks again for your help. Concerning this point : On 11/16/2015 11:16 PM, Aleksandar Lazic wrote: As described here http://git.haproxy.org/?p=haproxy-1.6.git;a=blob;f=doc/configuration.txt;h=45d1aacfbe0d2d5319

Re: Sometimes SSL error with haproxy

2015-11-17 Thread Sehoon Kim
Hi, Mitch Try to change into Regards, Seri 2015-11-17 20:27 GMT+09:00 Mitch : > Hi everyone, > > not sure if this is the right place to request help (first time mailing to > a mailing list :-)), but I give it a try. > > I'm trying to setup a haproxy for SSL offloading for multiple hosts. This

Sometimes SSL error with haproxy

2015-11-17 Thread Mitch
Hi everyone, not sure if this is the right place to request help (first time mailing to a mailing list :-)), but I give it a try. I'm trying to setup a haproxy for SSL offloading for multiple hosts. This works perfect with this config: ---

Re: appsession replacement in 1.6

2015-11-17 Thread Sylvain Faivre
Hi Aleks, and thanks again for your help. Concerning this point : On 11/16/2015 11:16 PM, Aleksandar Lazic wrote: As described here http://git.haproxy.org/?p=haproxy-1.6.git;a=blob;f=doc/configuration.txt;h=45d1aacfbe0d2d53193f7956a0dd03e5f8151ea6;hb=HEAD#l5043 option http-buffer-request ma

RE: Haproxy

2015-11-17 Thread Roja Venkata Rani
#:/etc/haproxy-1.5.15# gmake TARGET=solaris CPU=ultrasparc USE_OPENSSL=1 gcc -Iinclude -Iebtree -Wall -O6 -mcpu=v9 -mtune=ultrasparc -g -fno-strict-aliasing -fomit-frame-pointer -DFD_SETSIZE=6553ANT -DTPROXY -DCONFIG_HAP_CRYPT -DNEED_CRYPT_H -DUSE_GETADDRINFO -DENABLE_POLL -DUSE_OPENSSL

Haproxy

2015-11-17 Thread Roja Venkata Rani
Hi, I have downloaded and compiled haproxy on soalris 11 sucessfully. # ps -ef|grep haproxy 099 15528 1 0 Nov 12 ? 2:33 ./haproxy-1.4.26-pcre-solaris-sparc.notstripped -f /etc/haproxy/haproxy.cfg Howover, Can you send me some sample haproxy.cfg configuration file for Solar