HCoop
/
hcoop
/
domtool2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
mod_rewrite and ProxyPass
[hcoop/domtool2.git]
/
configDefault
/
apache.cfg
Commit
Line
Data
8a7c40fa
AC
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