Server gets client's CN
[hcoop/domtool2.git] / configDefault / apache.cfg
CommitLineData
8a7c40fa
AC
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
e95a129e
AC
10val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
11 "http://hcoop.net/pipermail"]
12
c98b57cf
AC
13val logDir = "/home/adamc/fake/log"
14
8a7c40fa 15end