Sourcetype ssl_info = {ssl_certificate : string option;ssl_privatekey : string option;ssl_ciphers : string option;ssl_dhfile : string option;ssl_curve : string option;
} Sourceexception Config_file_error of string Sourceval server_name : string Sourceval full_server_name : string Sourceval version_number : string Sourceval set_logdir : string -> unit Sourceval set_syslog_facility : Lwt_log.syslog_facility option -> unit Sourceval set_configfile : string -> unit Sourceval set_pidfile : string -> unit Sourceval set_mimefile : string -> unit Sourceval set_verbose : unit -> unit Sourceval set_silent : unit -> unit Sourceval set_daemon : unit -> unit Sourceval set_veryverbose : unit -> unit Sourceval set_debug : unit -> unit Sourceval set_minthreads : int -> unit Sourceval set_maxthreads : int -> unit Sourceval set_max_number_of_threads_queued : int -> unit Sourceval set_max_number_of_connections : int -> unit Sourceval set_client_timeout : int -> unit Sourceval set_server_timeout : int -> unit Sourceval set_filebuffersize : int -> unit Sourceval set_maxrequestbodysize : int64 option -> unit Sourceval set_maxrequestbodysizeinmemory : int -> unit Sourceval set_default_charset : string option -> unit Sourceval set_datadir : string -> unit Sourceval set_bindir : string -> unit Sourceval set_extdir : string -> unit Sourceval set_user : string option -> unit Sourceval set_group : string option -> unit Sourceval set_command_pipe : string -> unit Sourceval set_debugmode : bool -> unit Sourceval set_disablepartialrequests : bool -> unit Sourceval set_usedefaulthostname : bool -> unit Sourceval set_respect_pipeline : unit -> unit Sourceval set_maxretries : int -> unit Sourceval set_shutdown_timeout : float option -> unit Sourceval get_logdir : unit -> string Sourceval get_syslog_facility : unit -> Lwt_log.syslog_facility option Sourceval get_config_file : unit -> string Sourceval get_pidfile : unit -> string option Sourceval get_mimefile : unit -> string Sourceval get_verbose : unit -> bool Sourceval get_silent : unit -> bool Sourceval get_daemon : unit -> bool Sourceval get_veryverbose : unit -> bool Sourceval get_debug : unit -> bool Sourceval get_default_user : unit -> string Sourceval get_default_group : unit -> string Sourceval get_minthreads : unit -> int Sourceval get_maxthreads : unit -> int Sourceval get_max_number_of_threads_queued : unit -> int Sourceval get_max_number_of_connections : unit -> int Sourceval get_client_timeout : unit -> int Sourceval get_server_timeout : unit -> int Sourceval get_filebuffersize : unit -> int Sourceval get_maxrequestbodysize : unit -> int64 option Sourceval get_maxrequestbodysizeinmemory : unit -> int Sourceval get_default_charset : unit -> string option Sourceval get_datadir : unit -> string Sourceval get_bindir : unit -> string Sourceval get_extdir : unit -> string Sourceval get_user : unit -> string option Sourceval get_group : unit -> string option Sourceval get_command_pipe : unit -> string Sourceval get_debugmode : unit -> bool Sourceval get_disablepartialrequests : unit -> bool Sourceval get_usedefaulthostname : unit -> bool Sourceval get_respect_pipeline : unit -> bool Sourceval get_default_port : unit -> int Sourceval get_default_sslport : unit -> int Sourceval get_maxretries : unit -> int Sourceval get_shutdown_timeout : unit -> float option Sourceval display_version : unit -> 'a