X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/b5f2d506092c97a597d8f275776dcb76c2525796..cd04086681583dd3fcc95b6e12ba312054dc590e:/src/plugins/apache.sig diff --git a/src/plugins/apache.sig b/src/plugins/apache.sig index d08433d..07e56e3 100644 --- a/src/plugins/apache.sig +++ b/src/plugins/apache.sig @@ -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 *)