From 1cfa39cd73c77facc9e133c5a409061bab79d830 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 2 Sep 2009 08:06:14 +0000 Subject: [PATCH] - add server.reject-expect-100-with-417 sample Changed files: lighttpd.conf -> 1.46 --- lighttpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lighttpd.conf b/lighttpd.conf index efd2ad3..6336afa 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -59,6 +59,9 @@ $HTTP["url"] =~ "\.pdf$" { server.range-requests = "disable" } +## Skip responding with 417 for unhandled Expect header for some broken applications +#server.reject-expect-100-with-417 = "disable" + ######### Options that are good to be but not neccesary to be changed ####### ## bind to port (default: 80) -- 2.44.0