Start of Apache
[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
10end