Check user exists before opening incoming ports
[hcoop/domtool2.git] / configDefault / apache.cfg
index 26a39a3..87d50fd 100644 (file)
@@ -16,10 +16,9 @@ val confDir = "/var/domtool/vhosts"
 
 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_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG})]
 
-val webNodes_default = ["mire"]
+val webNodes_default = ["navajos"]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
@@ -63,7 +62,7 @@ fun backupLogDirOf version1 =
     else
        "/afs/hcoop.net/common/etc/domtool/backup/apache2/"
 
-val defaultPhpVersion = 4
+val defaultPhpVersion = 5
 
 val waklogUserFile = "/var/domtool/waklog.conf"