Fix problem noted by omry on original domtool; namely, bad handling of rewrites insid...
[hcoop/domtool2.git] / configDefault / apache.cfg
index 088da4e..0000104 100644 (file)
@@ -4,12 +4,14 @@ val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache"
 
 val confDir = "/var/domtool/vhosts"
 
 
 val confDir = "/var/domtool/vhosts"
 
-val webNodes = ["deleuze"]
+val webNodes_all = ["mire"]
+val webNodes_admin = ["deleuze"]
+
+val webNodes_default = ["mire"]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
-val logDir = "/var/domtool/apache2_logs"
-val logDir_real = "/var/log/apache2"
+val public_html = "home/public_html"
 
 end
 
 end