Hi,
I'm trying to find the best way to toggle maintenance mode for a site. I
have a regular and a maintenance backend defined an I'm using something
like:

frontend:
  acl is_maintenance always_false
  use_backend back-maintenance if is_maintenance
  default_backend back

Since I saw some ACL modifying command for the unix socket I figured
that I could use those to switch the acl dynamically but apparently
while there are get/add/del/clear commands there is no actual command to
set an acl.
Is there a way to accomplish this kind of dynamic switching?

Regards,
   Dennis

Reply via email to