Re: How to write multiple config file in haproxy

2014-02-04 Thread Steven Le Roux
Hi, Here is how I manage this : I write a different frontend/backend file for each frontend : https://github.com/StevenLeRoux/webhub/blob/master/src/genconf.py then when I start : https://github.com/StevenLeRoux/webhub/blob/master/src/haproxyctl is doing : $CPP -P -C

Re: How to write multiple config file in haproxy

2014-02-03 Thread Sukanta Saha
Guys can you please help me Thanks On Sat, Feb 1, 2014 at 6:02 PM, Sukanta Saha ss...@sprinklr.com wrote: Thanks for all your help, I will try, I have one more question that is about the haproxy.conf file , in this file we have written so many backends which are getting called from the

Re: How to write multiple config file in haproxy

2014-02-03 Thread Willy Tarreau
On Tue, Feb 04, 2014 at 10:20:28AM +0530, Sukanta Saha wrote: Guys can you please help me Didn't you get Jonathan's response ? http://marc.info/?l=haproxym=139125884712930w=2 Willy

How to write multiple config file in haproxy

2014-02-01 Thread Sukanta Saha
Thanks for all your help, I will try, I have one more question that is about the haproxy.conf file , in this file we have written so many backends which are getting called from the frontends. Is there a way that I can seperate out the backends in multiple config files and from my main

Re: How to write multiple config file in haproxy

2014-02-01 Thread Jonathan Matthews
On 1 February 2014 12:32, Sukanta Saha ss...@sprinklr.com wrote: Thanks for all your help, I will try, I have one more question that is about the haproxy.conf file , in this file we have written so many backends which are getting called from the frontends. Is there a way that I can seperate