Proper handling of Apache log file deletion while Apache might have that file open
[hcoop/domtool2.git] / configDefault / apache.cfg
index 0000104..e1e7883 100644 (file)
@@ -1,6 +1,8 @@
 structure Apache :> APACHE_CONFIG = struct
 
 val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache"
+val down = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache-down"
+val undown = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache-undown"
 
 val confDir = "/var/domtool/vhosts"