From 1b41bb30966254e86fdc4a044331b301cfb7a029 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 17 Jan 2003 14:48:50 +0000 Subject: [PATCH] use new Http_tcp_server.fork server instead of (now) deprecated Http_tcp_server.ocaml_builtin --- helm/DEVEL/ocaml-http/http_daemon.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- 2.39.2