]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_daemon.ml
binding to gtkmathview 0.3.1
[helm.git] / helm / DEVEL / ocaml-http / http_daemon.ml
index 5b621bf55f8a6d176aa2565e21baa10bd590ef75..39a74bb652fc686e070b2ec8a10714324a4fbc81 100644 (file)
@@ -353,7 +353,7 @@ let chdir_to_document_root = function (* chdir to document root *)
 
 let server_of_mode = function
   | `Single -> Http_tcp_server.simple
-  | `Fork   -> Http_tcp_server.ocaml_builtin
+  | `Fork   -> Http_tcp_server.fork
   | `Thread -> Http_tcp_server.thread
 
   (* TODO support also chroot to 'root', not only chdir *)