From: Tom Hughes Date: Thu, 4 Jun 2009 23:34:13 +0000 (+0000) Subject: Don't send a 417 error if "Expect: 100-continue" is sent by the client. X-Git-Tag: live~7211 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7669d55f6f7becdd14def734e3ade3659b63462d?hp=1db05339d3bd1f86173cea09602c314f9e779ea8 Don't send a 417 error if "Expect: 100-continue" is sent by the client. --- 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