Zone serial number generation
[hcoop/domtool2.git] / configDefault / apache.cfg
index 89f8b70..c5d6a22 100644 (file)
@@ -1,6 +1,6 @@
 structure Apache :> APACHE_CONFIG = struct
 
-val reload = "/usr/local/sbin/domtool-publish apache"
+val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache"
 
 val confDir = "/var/domtool/vhosts"
 
@@ -10,5 +10,6 @@ val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
 val logDir = "/var/log/apache2"
+val logDir_real = "/var/log/apache2"
 
 end