hcoop: remove mccarthy and navajos from domtool control
[hcoop/domtool2.git] / configDefault / apache.cfg
index b2c321e..e55ca99 100644 (file)
@@ -14,10 +14,8 @@ val fixperms1 = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtoo
 
 val confDir = ConfigCore.localRoot ^ "/vhosts"
 
-val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG}),
-                   ("shelob",  {version = APACHE_2, auth = MOD_WAKLOG})]
-val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH}),
-                     ("minsky", {version = APACHE_2, auth = MOD_WAKLOG})]
+val webNodes_all = [("shelob",  {version = APACHE_2, auth = MOD_WAKLOG})]
+val webNodes_admin = [("minsky", {version = APACHE_2, auth = MOD_WAKLOG})]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
@@ -78,8 +76,6 @@ fun fastCgiWrapperOf user =
 (* FIXME: hcoop reference *)
 val phpFastCgiWrapper = "/afs/hcoop.net/common/bin/php5-fcgi-wrapper"
 
-val defaultPhpVersion = 5
-
 val waklogUserFile = ConfigCore.localRoot ^ "/waklog.conf"
 
 end