X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/1cbe917465857acd366e4058d1f71c5653720b17..8cbb96323335d1a2b42a9daac94a9d538ab93536:/src/plugins/apache.sig diff --git a/src/plugins/apache.sig b/src/plugins/apache.sig index a92edcf..2cc2eb5 100644 --- a/src/plugins/apache.sig +++ b/src/plugins/apache.sig @@ -31,4 +31,7 @@ signature APACHE = sig 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