package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

Dune Dependency

Authors

Maintainers

Sources

6.0.0.tar.gz
md5=001e22ec2da3ab08840f934a8f005859
sha512=59f36fdf0a640117aa562d1d9ef96b7146843d9b72d71d01366640521405550074e03267fb388c5e685542781fc4bce763818a36cf05c0e033fae5e51c2f1496

doc/ocsigenserver/Ocsigen_config/index.html

Module Ocsigen_configSource

Configuring Ocsigen server

Sourcetype ssl_info = {
  1. ssl_certificate : string option;
  2. ssl_privatekey : string option;
  3. ssl_ciphers : string option;
  4. ssl_dhfile : string option;
  5. ssl_curve : string option;
}
Sourcemodule Socket_type : sig ... end
Sourcetype socket_type = Socket_type.t
Sourceexception Config_file_error of string
Sourceval server_name : string
Sourceval full_server_name : string
Sourceval version_number : string
Sourceval is_native : bool
Sourceval native_ext : string
Sourceval builtin_packages : Ocsigen_lib.String.Set.t
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_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 set_ssl_info : ssl_info option -> unit
Sourceval set_ports : (socket_type * int) list -> unit
Sourceval set_ssl_ports : (socket_type * int) list -> 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_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 has_configuration_file : unit -> bool

returns true if Ocsigen Server is running with a configuration file,

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_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 get_ssl_info : unit -> ssl_info option
Sourceval get_ports : unit -> (socket_type * int) list
Sourceval get_ssl_ports : unit -> (socket_type * int) list
Sourceval display_version : unit -> 'a
OCaml

Innovation. Community. Security.