Ran successful client/server interaction on deleuze
[hcoop/domtool2.git] / configDefault / apache.cfg
1 structure Apache :> APACHE_CONFIG = struct
2
3 val reload = "/usr/bin/rsync --delete /var/domtool/vhosts/* /etc/apache2/ ; echo \"I would reload Apache now.\""
4 (*"/etc/init.d/apache2 reload"*)
5
6 val confDir = "/var/domtool/vhosts"
7
8 val webNodes = ["deleuze"]
9
10 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
11 "http://hcoop.net/pipermail"]
12
13 val logDir = "/var/log/apache2"
14
15 end