module Ocsigen_server:sig..end
val section : Lwt_log_core.sectionuse Lwt_log.Section.set_level in order to debug
val reload : ?file:string -> unit -> unitReload the configuration of the server. The optional parameter
?file may be used to read the configuration from another
file.
val start : ?config:Xml.xml list list -> unit -> unitStart the server. Never returns.
module type Config_nested =sig..end
module Site:sig..end