structure Apache :> APACHE_CONFIG = struct val reload = "echo \"I would reload Apache now.\"" (*"/etc/init.d/apache2 reload"*) val confDir = "/home/adamc/fake" val webNodes = ["this"] val proxyTargets = ["http://hcoop.net/cgi-bin/mailman", "http://hcoop.net/pipermail"] val logDir = "/home/adamc/fake/log" end