]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add server.reject-expect-100-with-417 sample
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Sep 2009 08:06:14 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.46

lighttpd.conf

index efd2ad32e1425e33e259c9ea64c7d79772803041..6336afa673a1c74dd2bf77aa5b8d6d4e6c08b735 100644 (file)
@@ -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)
This page took 0.113591 seconds and 4 git commands to generate.