Webalizer
[hcoop/domtool2.git] / src / plugins / apache.sig
index da69e65..f4142fd 100644 (file)
 
 signature APACHE = sig
 
 
 signature APACHE = sig
 
+    val registerPre : ({nodes : string list, id : string, hostname : string} -> unit) -> unit
+    (* Register a callback for the beginning of a vhost block. *)
+
+    val registerPost : (unit -> unit) -> unit
+    (* Register a callback for the end of a vhost block. *)
+
+    val registerAliaser : (string -> unit) -> unit
+    (* Register a callback for an alternate hostname that is configured. *)
+
 end
 end