Basic client/server thing going on with unencrypted OpenSSL
[hcoop/domtool2.git] / configDefault / apache.cfg
1 structure Apache :> APACHE_CONFIG = struct
2
3 val reload = "echo \"I would reload Apache now.\""
4 (*"/etc/init.d/apache2 reload"*)
5
6 val confDir = "/home/adamc/fake"
7
8 val webNodes = ["this"]
9
10 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
11 "http://hcoop.net/pipermail"]
12
13 val logDir = "/home/adamc/fake/log"
14
15 end