X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/b59d9074993cac46d6c33803c0b850974c088cf0..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