Chris skrev den 2015-08-25 17:55:
Is there a way to take down roundcube and notify the state to end users? I'd like to have a 'service down' page during backups for the early birds when they come in.
sure in apache:
ifdefined RCU_UP endif
ifdefined RCU_DOWN endif
put there virtualhost roundcube in RCU_UP
and the maintaince in RCU_DOWN
now set apache conf to -D RCU_DOWN on maintaince, and back to -D RCU_UP when done
offcourse not both at the same time :=)