Correct locations of public_html
[hcoop/domtool2.git] / configDefault / apache.cfg
index 06ff92a..bec5354 100644 (file)
@@ -1,13 +1,14 @@
 structure Apache :> APACHE_CONFIG = struct
 
-val reload = "echo \"I would reload Apache now.\""
-(*"/etc/init.d/apache2 reload"*)
+val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache"
 
-val confDir = "/home/adamc/fake"
+val confDir = "/var/domtool/vhosts"
 
-val webNodes = ["this"]
+val webNodes = ["deleuze"]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
+val public_html = "home/public_html"
+
 end