|
@@ -18,7 +18,7 @@ server.errorlog = "/www/tmp/lighttpd-error.log"
|
|
accesslog.filename = "/www/tmp/lighttpd-access.log"
|
|
accesslog.filename = "/www/tmp/lighttpd-access.log"
|
|
server.pid-file = "/var/run/lighttpd.pid"
|
|
server.pid-file = "/var/run/lighttpd.pid"
|
|
server.username = "httpd"
|
|
server.username = "httpd"
|
|
-server.groupname = "nobody"
|
|
|
|
|
|
+server.groupname = "www-data"
|
|
server.port = 80
|
|
server.port = 80
|
|
|
|
|
|
#debug.log-request-handling = "enable"
|
|
#debug.log-request-handling = "enable"
|