Pārlūkot izejas kodu

lighttpd conf files

Danja Vasiliev 11 gadi atpakaļ
vecāks
revīzija
71ff3b4659
1 mainītis faili ar 4 papildinājumiem un 6 dzēšanām
  1. 4 6
      openwrt/rootFS/etc/lighttpd/lighttpd.conf

+ 4 - 6
openwrt/rootFS/etc/lighttpd/lighttpd.conf

@@ -22,19 +22,17 @@ server.groupname = "nobody"
 server.port = 80
 
 #debug.log-request-handling = "enable"
-debug.log-request-header = "enable"
+#debug.log-request-header = "enable"
 #debug.log-file-not-found	= "enable"
 #debug.log-request-header-on-error = "enable"
-debug.log-response-header = "enable"
+#debug.log-response-header = "enable"
 #debug.log-condition-handling	= "enable"
 
 auth.backend		= "htdigest"
-auth.backend.htdigest.userfile = "/www/.htpasswd"
-auth.debug = 2
+auth.backend.htdigest.userfile = "/etc/lighttpd/.htpasswd"
+#auth.debug = 2
 
 #setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
-
-
 compress.cache-dir = "/tmp/lighttpd/compress"
 compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" )