Move default environment settings from SML to Domtool
[hcoop/domtool2.git] / configDefault / apache.csg
index e4c9e70..908fc49 100644 (file)
@@ -14,9 +14,11 @@ signature APACHE_CONFIG = sig
 
     val        webNodes_all : (string * ConfigTypes.apache_info) list
     val webNodes_admin : (string * ConfigTypes.apache_info) list
-    val webNodes_default : string list
 
     val proxyTargets : string list
+    (* Specifically exempted URIs for proxying *)
+    val proxyHosts : string list
+    (* Hosts users' may run mod_proxied servers *)
 
     val        public_html : string
 
@@ -26,4 +28,6 @@ signature APACHE_CONFIG = sig
 
     val defaultPhpVersion : int
 
+    val waklogUserFile : string
+
 end