Fix firewall input rules, add ProxiedServer directive
[hcoop/domtool2.git] / configDefault / apache.cfg
index a58359a..10c4875 100644 (file)
@@ -14,8 +14,10 @@ val fixperms1 = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache1.3-fixperm
 
 val confDir = "/var/domtool/vhosts"
 
-val webNodes_all = [("mire", {version = APACHE_2, auth = MOD_WAKLOG})]
-val webNodes_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG})]
+val webNodes_all = [("mire", {version = APACHE_2, auth = MOD_WAKLOG}),
+    ("navajos", {version = APACHE_2, auth = MOD_WAKLOG})]
+val webNodes_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG}),
+    ("fritz", {version = APACHE_2, auth = MOD_WAKLOG})]
 
 val webNodes_default = ["mire"]
 
@@ -59,4 +61,6 @@ fun backupLogDirOf version1 =
 
 val defaultPhpVersion = 4
 
+val waklogUserFile = "/var/domtool/waklog.conf"
+
 end