4977093fc18f66abbc8bd88f8a3413c7b8b8f867
[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 end