Be more cautious creating log directories
[hcoop/domtool2.git] / configDefault / apache.cfg
... / ...
CommitLineData
1structure Apache :> APACHE_CONFIG = struct
2
3val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish apache"
4
5val confDir = "/var/domtool/vhosts"
6
7val webNodes_all = ["mire"]
8val webNodes_admin = ["deleuze"]
9
10val webNodes_default = ["mire"]
11
12val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
13 "http://hcoop.net/pipermail"]
14
15val public_html = "home/public_html"
16
17end