X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/cff19695d6ce19e4f914f17421e95f51f31d9586..42782c7938b390dacda93c64ff4850b1a49f3c11:/configDefault/apache.cfg diff --git a/configDefault/apache.cfg b/configDefault/apache.cfg index 0636c4f..83b2a28 100644 --- a/configDefault/apache.cfg +++ b/configDefault/apache.cfg @@ -58,6 +58,24 @@ fun backupLogDirOf version1 = else ConfigCore.sharedRoot ^ "/backup/apache2/" +fun fastCgiWrapperOf user = + if size user < 2 then + "/bad_username" + else + String.concat [ConfigCore.sharedRoot, + "/httpd/fastcgi/", + String.substring (user, 0, 1), + "/", + String.substring (user, 0, 2), + "/", + user, + "/", + user, + "-wrapper-wrapper"] + +(* FIXME: hcoop reference *) +val phpFastCgiWrapper = "/afs/hcoop.net/common/bin/php5-fcgi-wrapper" + val defaultPhpVersion = 5 val waklogUserFile = ConfigCore.localRoot ^ "/waklog.conf"