X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/42782c7938b390dacda93c64ff4850b1a49f3c11..47b18d2866e2d2a6533f23ab64c5c72a747065ff:/configDefault/apache.cfg diff --git a/configDefault/apache.cfg b/configDefault/apache.cfg index 83b2a28..7a7db7d 100644 --- a/configDefault/apache.cfg +++ b/configDefault/apache.cfg @@ -14,13 +14,14 @@ val fixperms1 = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtoo val confDir = ConfigCore.localRoot ^ "/vhosts" -val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG})] -val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH})] +val webNodes_all = [("shelob", {version = APACHE_2, auth = MOD_WAKLOG})] +val webNodes_admin = [("minsky", {version = APACHE_2, auth = MOD_WAKLOG}), + ("busted", {version = APACHE_2, auth = MOD_WAKLOG})] val proxyTargets = ["http://hcoop.net/cgi-bin/mailman", "http://hcoop.net/pipermail"] -val proxyHosts = ["bog"] +val proxyHosts = ["marsh"] val public_html = "public_html" @@ -74,9 +75,7 @@ fun fastCgiWrapperOf user = "-wrapper-wrapper"] (* FIXME: hcoop reference *) -val phpFastCgiWrapper = "/afs/hcoop.net/common/bin/php5-fcgi-wrapper" - -val defaultPhpVersion = 5 +fun phpFastCgiWrapper version = "/afs/hcoop.net/common/bin/php" ^ Int.toString version ^ "-fcgi-wrapper" val waklogUserFile = ConfigCore.localRoot ^ "/waklog.conf"