Hello, I am trying to control a haproxy instance running as a daemon via python: my script monitors the status of haproxy (e.g., number of queued requests), adds/remove some apache servers and updates the configuration of haproxy. Currently my script runs as a root. Would it be possible to restart haproxy (e.g. by issuing the command "/etc/init.d/haproxy restart") with lower privileges? The problem seems to be that I cannot re-bind port 80, unless the script runs with root privileges.
Thanks, Michele

