Changed ProxyPass
[hcoop/domtool2.git] / configDefault / apache.cfg
... / ...
CommitLineData
1structure Apache :> APACHE_CONFIG = struct
2
3val reload = "echo \"I would reload Apache now.\""
4(*"/etc/init.d/apache2 reload"*)
5
6val confDir = "/home/adamc/fake"
7
8val webNodes = ["this"]
9
10val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
11 "http://hcoop.net/pipermail"]
12
13end