Enable fritz as an admin web node
[hcoop/domtool2.git] / configDefault / apache.cfg
index a58359a..85268d7 100644 (file)
@@ -15,7 +15,8 @@ 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 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_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG}),
+    ("fritz", {version = APACHE_2, auth = MOD_WAKLOG})]
 
 val webNodes_default = ["mire"]
 
 
 val webNodes_default = ["mire"]
 
@@ -59,4 +60,6 @@ fun backupLogDirOf version1 =
 
 val defaultPhpVersion = 4
 
 
 val defaultPhpVersion = 4
 
+val waklogUserFile = "/var/domtool/waklog.conf"
+
 end
 end