packages: lighttpd/lighttpd.conf - add server.reject-expect-100-with-417 sa...

glen glen at pld-linux.org
Wed Sep 2 10:06:20 CEST 2009


Author: glen                         Date: Wed Sep  2 08:06:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add server.reject-expect-100-with-417 sample

---- Files affected:
packages/lighttpd:
   lighttpd.conf (1.45 -> 1.46) 

---- Diffs:

================================================================
Index: packages/lighttpd/lighttpd.conf
diff -u packages/lighttpd/lighttpd.conf:1.45 packages/lighttpd/lighttpd.conf:1.46
--- packages/lighttpd/lighttpd.conf:1.45	Fri Aug 28 16:03:52 2009
+++ packages/lighttpd/lighttpd.conf	Wed Sep  2 10:06:14 2009
@@ -59,6 +59,9 @@
 	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)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd.conf?r1=1.45&r2=1.46&f=u



More information about the pld-cvs-commit mailing list