Hi all, 

I'm looking for a solution to maintain ACL in the Haproxy configuration. 
A would like to maintain a list of domain name tha will be affected to a 
specific Backend. 
For exemple, 100 domains on Backend01 and 200 on Backend02 


I'm looking for a solution de manage dynamically the list for each Backend to 
be able to remove one domain from a list and put to another Backend. 
All the other will use the Default Backend. 


Can I unclude file in the Haproxy configuration ? Beacausse I was thinking to 
have 1 configuration file for each backend with something like is : 



acl is_dom01 hdr_dom(host) -i dom01 .fr 
acl is_dom02 hdr_dom(host) -i dom02 .fr 
acl is_dom03 hdr_dom(host) -i dom03 .fr 
use_backend Backend01 if is_dom01 || is_dom02 || is_dom03 


Thanks for you help. 


Benoit 


Reply via email to