Catch-all aliases working again
[hcoop/domtool2.git] / src / plugins / apache.sig
index d08433d..07e56e3 100644 (file)
@@ -35,6 +35,9 @@ signature APACHE = sig
     val logDir : {user : string, node : string, vhostId : string} -> string
     (* Where is a vhost's log directory located? *)
 
+    val realLogDir : {user : string, node : string, vhostId : string} -> string
+    (* OK, where is it _really_ located?  (Target of log syncing into AFS) *)
+
     val defaults : (string * Ast.typ * (unit -> Ast.exp)) list
     (* Default environment variables *)