]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
- add data_string_print_escape.patch to print accesslog.format properly
[packages/lighttpd.git] / lighttpd.conf
index 6336afa673a1c74dd2bf77aa5b8d6d4e6c08b735..a797920c2999ee9fe8611462f9d745ff723a0fdd 100644 (file)
@@ -69,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"  {}
@@ -108,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.029335 seconds and 4 git commands to generate.