Check out section "9.2. Unix Socket commands"
http://haproxy.1wt.eu/download/1.4/doc/configuration.txt
-JohnF
On 11-02-04 03:40 PM, Joel Krauska wrote:
Has there ever been effort in building out a configuration API for
HAProxy?
It would be nice to be able to tweak configs externally to do things.
(simpler things now, but obviously being able to tweak /ANY/ config
parameter might be nice down the road)
My wish list:
- put a server in backup mode or primary node as needed
- raise or lower a server weight
- add a new server to an existing pool
How do other folks do this in a programmatic fashion?
(just adjust config files and HUP?)
--Joel