]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
- BR: which
[packages/lighttpd.git] / lighttpd.conf
index efd2ad32e1425e33e259c9ea64c7d79772803041..a797920c2999ee9fe8611462f9d745ff723a0fdd 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"  {}
@@ -105,4 +108,7 @@ server.groupname           = "lighttpd"
 #server.kbytes-per-second = 128
 
 # webapps configs
-include_shell "/bin/cat webapps.d/*.conf"
+include_shell "/bin/cat webapps.d/*.conf 2>/dev/null"
+
+# vhosts config
+include_shell "/bin/cat vhosts.d/*.conf 2>/dev/null"
This page took 0.079694 seconds and 4 git commands to generate.