On Tue, 29 Apr 2014 12:39:43 -0500 Andy Walker <[email protected]> wrote:
> Regarding the "add > acl<http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.2-add%20acl>", > "add map" socket commands (and related del acl/map), as well as the newly > added set-map/del-map/add-acl/del-acl within http-request/http-response.... > > Are these meant to also modify the acl/map file on disk? I'm sure there are > applications of these features where it wouldn't be necessary to modify the > on-disk files, but it just seems to me like there would be more instances > where it should, so such changes can persist across restarts. > > Maybe I'm just doing something wrong? I'll hold off on supplying any extra > configuration information for now, in case the answer is "it just doesn't > do that!" :) Hello, During the runtime, HAProxy never acces to the filesystem, so the original files containing map left unchanged. Thierry

