Plasma GitLab Archive
Projects Blog Knowledge

sig
  val factory :
    ?config:Netcgi.config ->
    ?enable:[ `AJP | `FCGI | `SCGI ] list ->
    ?name:string ->
    ?output_type:Netcgi.output_type ->
    ?arg_store:Netcgi.arg_store ->
    ?exn_handler:Netcgi.exn_handler ->
    ?configure:(Netplex_types.config_file ->
                Netplex_types.address -> Netplex_types.processor_hooks) ->
    (Netplex_types.container -> Netcgi.cgi -> unit) ->
    Netplex_types.processor_factory
  type mountpoint = [ `Mount_at of string | `Mount_dir of string ]
  val fcgi_processor :
    ?config:Netcgi.config ->
    ?output_type:Netcgi.output_type ->
    ?arg_store:Netcgi.arg_store ->
    ?exn_handler:Netcgi.exn_handler ->
    ?timeout:float ->
    ?mount:Netcgi_plex.mountpoint ->
    (Netplex_types.container -> Netcgi_fcgi.cgi -> unit) ->
    Netplex_types.processor
  val scgi_processor :
    ?config:Netcgi.config ->
    ?output_type:Netcgi.output_type ->
    ?arg_store:Netcgi.arg_store ->
    ?exn_handler:Netcgi.exn_handler ->
    ?timeout:float ->
    ?mount:Netcgi_plex.mountpoint ->
    (Netplex_types.container -> Netcgi.cgi -> unit) ->
    Netplex_types.processor
  val ajp_processor :
    ?config:Netcgi.config ->
    ?output_type:Netcgi.output_type ->
    ?arg_store:Netcgi.arg_store ->
    ?exn_handler:Netcgi.exn_handler ->
    ?timeout:float ->
    ?mount:Netcgi_plex.mountpoint ->
    (Netplex_types.container -> Netcgi.cgi -> unit) ->
    Netplex_types.processor
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml