Remove fritz from webNodes, remove mire from slave dns
[hcoop/domtool2.git] / configDefault / apache.cfg
index c9e4c86..c97a2ad 100644 (file)
@@ -16,8 +16,7 @@ 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"]
 
@@ -25,7 +24,8 @@ val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
 val proxyHosts = ["localhost", (* deprecated! *)
-                 "mire"]
+                 "mire",
+                 "bog"]
 
 val public_html = "public_html"