]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
- requires --makepid capable rc-scripts
[packages/lighttpd.git] / lighttpd.conf
index efd2ad32e1425e33e259c9ea64c7d79772803041..1922d5acb2c399a0277b7a8e0ce456130479926e 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)
@@ -66,7 +69,7 @@ server.port = 80
 
 ## bind to specific host (default: all interfaces)
 ## the name is resolved to ip at startup only.
-#server.bind = "grisu.home.kneschke.de"
+#server.bind = "www.example.org"
 
 ## additionally just bind to localhost:80
 #$SERVER["socket"] == "127.0.0.1:80"  {}
This page took 0.074851 seconds and 4 git commands to generate.