1
0
Fork 0

'Fix' permission trouble with lighty logging.

master
flabbergast 9 years ago
parent 42d37510b1
commit 715f10f8b1
  1. 2
      configs/daemons.conf
  2. 4
      configs/lighttpd.conf

@ -54,4 +54,4 @@ priority=300
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/log/lighttpd/error.log
stdout_logfile=/var/log/lighttpd.log

@ -9,7 +9,9 @@ server.modules = (
server.document-root = "/run/www"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
# the next two are to force the error messages to go to stderr
#server.errorlog = "/var/log/lighttpd/error.log"
server.errorlog-use-syslog = "disable"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"

Loading…
Cancel
Save