From: Clinton Ebadi Date: Mon, 31 Jan 2011 18:52:00 +0000 (-0500) Subject: Enable fritz as an admin web node X-Git-Tag: release_2011-01-31 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/03f5c1498319745508dd68b6243be9fe1d697a5b?hp=d2d861a963e4809da4b1f0dd34788540b1b9dcb1 Enable fritz as an admin web node --- diff --git a/configDefault/apache.cfg b/configDefault/apache.cfg index 6a5dd65..85268d7 100644 --- a/configDefault/apache.cfg +++ b/configDefault/apache.cfg @@ -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 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"]