X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_daemon.ml;h=39a74bb652fc686e070b2ec8a10714324a4fbc81;hb=f189b1b19ea3f2f7ada9812a097d204c6a7b6dbd;hp=5b621bf55f8a6d176aa2565e21baa10bd590ef75;hpb=e8466faa2922f4bb480a87e88435bf0ddc26a747;p=helm.git diff --git a/helm/DEVEL/ocaml-http/http_daemon.ml b/helm/DEVEL/ocaml-http/http_daemon.ml index 5b621bf55..39a74bb65 100644 --- a/helm/DEVEL/ocaml-http/http_daemon.ml +++ b/helm/DEVEL/ocaml-http/http_daemon.ml @@ -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 *)