From 7669d55f6f7becdd14def734e3ade3659b63462d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 4 Jun 2009 23:34:13 +0000 Subject: [PATCH 1/1] Don't send a 417 error if "Expect: 100-continue" is sent by the client. --- config/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 3f16d6ec9..c1537edef 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -19,8 +19,8 @@ server.modules = ( server.username = "www-data" server.groupname = "www-data" server.pid-file = "/var/run/lighttpd.pid" - server.max-fds = 8192 +server.reject-expect-100-with-417 = "disable" # # Setup logging -- 2.43.2