Re: Loading configuration from multiple files

2014-01-14 Thread Timh Bergström
" include "frontends/mailservers.cfg" include "backends/webservers.cfg" include "backends/mailservers.cfg" haproxy -f /etc/haproxy.cfg ... //T Timh Bergström www.quickvz.com On Mon, Jan 13, 2014 at 6:30 PM, Dmitry Borodaenko wrote: > Greetings, > > Can th

Re: HAProxy Hardware LB

2012-05-08 Thread Timh Bergström
Hi, I would highly recommend Supermicro's Atom-boxes, they do have Intel-chips (dual-gig) on-board in their mini-19" servers (if you find the right one). You can use a SSD-drive and you're down to very few moving parts. Link: http://www.supermicro.com/products/nfo/atom.cfm G

Re: Using haproxy for tcp-port forwarding/mapping

2012-04-02 Thread Timh Bergström
If you don't specify the destination port on the backend servers then > it defaults to using the port the traffic requested. > > > > 2012/4/2 Timh Bergström >: > > Hi, > > > > I'm looking for an "easy" way to setup simple tcp port-forwarding with &

Using haproxy for tcp-port forwarding/mapping

2012-04-02 Thread Timh Bergström
else done something like this? TCP: 5972 -> haproxy-server -> TCP: 5972 backend-server As you may see it's for pushing VNC-connections through haproxy because all other traffic is going through there as well. I'm using "balance src" so I'm not that fussed about &quo

Re: Performance tuning considerations.

2010-09-03 Thread Timh Bergström
Den 3 september 2010 12:00 skrev Alexander Staubo : > 2010/9/3 Timh Bergström : >> # recycle time_wait sockets >> net.ipv4.tcp_tw_recycle = 1 >> (should I use tcp_tw_reuse instead?) > > Yes. Actually you should neither without exceedingly careful testing. > We ra

Performance tuning considerations.

2010-09-03 Thread Timh Bergström
Hi all, Im trying to collect information regarding performance tuning with haproxy and linux. I've read a dozen or more "tutorials" on tuning and read a whole lot of manuals and now I just want to double check with you guys if you have any additional information or suggestions. First off, the tra

Re: Interest in patch for web interface to enable/disable servers

2010-07-26 Thread Timh Bergström
h as well? Which version is it written against (so I can get the right source)? I would happily test and help implement this feature (if I can). -- Timh Bergström System Operations Manager Diino AB - www.diino.com :wq

Re: Throughput degradation after upgrading haproxy from 1.3.22 to 1.4.1

2010-03-23 Thread Timh Bergström
patch to nginx though - we would ditch apache in a heartbeat. Perhaps if I can find some time I will try to do it properly myself. Cheers. Timh 2010/3/22 Nicholas Hadaway > Chunked encoding support... > > http://github.com/agentzh/chunkin-nginx-module > > -nick > > > On

Re: Throughput degradation after upgrading haproxy from 1.3.22 to 1.4.1

2010-03-22 Thread Timh Bergström
nginx as stunnel >>>> replacement ? >>>> Its performance is quit good and the config can be held very short, >>>> too for only accepting ssl traffic >>>> and directing it to haproxy. >>>> >>>> kind regards, >>>> Malte >>>> >>>> >>>> >>> >>> >> >> > > -- Timh Bergström System Operations Manager Diino AB - www.diino.com :wq

Re: haproxy include config

2009-06-15 Thread Timh Bergström
2009/6/15 Holger Just : > > So, after checking with my chief about opensourcing our stuff I can > finally conclude: Yes we can! :) > > You can find the script at http://github.com/finnlabs/haproxy/tree/master > > --Holger > > Nice, that looks interesting! I'll tell you if I ever put it into produc

Re: haproxy include config

2009-06-14 Thread Timh Bergström
1 >      sect2 >         ... > >   backends >      my-first-backend >         00-base >         10-server1 >         11-server2 >      my-second-backend >         ... > > --Holger > > -- Timh Bergström System Operations Manager Diino AB - www.diino.com :wq