X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/7a2b27f02337220163e8c561c386c4893d5b8a39..314ce7bdcb5f54a7d1763e8b6d405dc66cb65d2b:/src/plugins/apache.sig diff --git a/src/plugins/apache.sig b/src/plugins/apache.sig index db9966c..2cc2eb5 100644 --- a/src/plugins/apache.sig +++ b/src/plugins/apache.sig @@ -29,4 +29,9 @@ signature APACHE = sig val registerAliaser : (string -> unit) -> unit (* Register a callback for an alternate hostname that is configured. *) + val logDir : {user : string, node : string, vhostId : string} -> string + (* Where is a vhost's log directory located? *) + + val defaults : (string * Ast.typ * (unit -> Ast.exp)) list + (* Default environment variables *) end