WorkFroce Central Email List

2016-12-13 Thread Kathy Jones
Hi, Would you be interested WorkFroce Central users contact information for your marketing campaigns? We also have other technology users like: Sybase, SuccessFactors, Business Objects, SharePoint, Nuxeo, IBM, Tomcat, Weblogic, Glassfish, Wildfly, Websphere, EMC, Brocade, VMware, HP Network

Re: Define path of configuration files in systemd unit

2016-12-13 Thread Patrick Hemmer
On 2016/12/13 11:14, Ricardo Fraile wrote: > Hello Jarno, > > > Yes, you are right, this is not an elegant solution, and reloading > doesn't work. This is the systemd report: > > > # systemctl status haproxy.service -l > ● haproxy.service - HAProxy Load Balancer >Loaded: loaded

Re: Define path of configuration files in systemd unit

2016-12-13 Thread Ricardo Fraile
Hello Jarno, Yes, you are right, this is not an elegant solution, and reloading doesn't work. This is the systemd report: # systemctl status haproxy.service -l ● haproxy.service - HAProxy Load Balancer Loaded: loaded (/etc/systemd/system/haproxy.service; enabled) Active: active (running)

Re: [PATCH] Add fe_name/be_name fetchers next to existing fe_id/be_id

2016-12-13 Thread Marcin Deranek
On 12/13/2016 11:25 AM, Willy Tarreau wrote: >> I think we'll definitely need to have some string-oriented operators. We >> could implement them using converters (eg: append and compare mostly), but >> we also thought that we could replace every sample fetch with a converter >> and allow all

lua support does not build on FreeBSD

2016-12-13 Thread Dmitry Sivachenko
Hello, I am unable to build haproxy-1.7.x on FreeBSD: cc -Iinclude -Iebtree -Wall -O2 -pipe -O2 -fno-strict-aliasing -pipe -fstack-protector -DFREEBSD_PORTS-DTPROXY -DCONFIG_HAP_CRYPT -DUSE_GETADDRINFO -DUSE_ZLIB -DENABLE_POLL -DENABLE_KQUEUE -DUSE_CPU_AFFINITY -DUSE_OPENSSL

Re: [External] Re: [PATCH] Add fe_name/be_name fetchers next to existing fe_id/be_id

2016-12-13 Thread Willy Tarreau
Hi Marcin, On Tue, Dec 13, 2016 at 10:53:05AM +0100, Marcin Deranek wrote: > On 12/12/2016 03:14 PM, Willy Tarreau wrote: > > Just merged now, thanks. A few weeks ago someone needed it, I guess it > > was for logging, and I thought we had it though it was not the case, so > > I realized we were

Re: [External] Re: [PATCH] Add fe_name/be_name fetchers next to existing fe_id/be_id

2016-12-13 Thread Marcin Deranek
On 12/12/2016 03:14 PM, Willy Tarreau wrote: > Just merged now, thanks. A few weeks ago someone needed it, I guess it > was for logging, and I thought we had it though it was not the case, so > I realized we were missing it. In fact we still have quite a number of > fields available as log tags