fix suhosin_log in common paths - log files should be separated using "\n":

prevents to throw an error "File option must be 'head' or 'tail'", if jail suhosin will be enabled.
pull/1346/merge
sebres 2016-05-02 19:00:06 +02:00
parent 9664406719
commit bdc2d07946
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ lighttpd_error_log = /var/log/lighttpd/error.log
# http://www.hardened-php.net/suhosin/configuration.html#suhosin.log.syslog.facility
# syslog_user is the default. Lighttpd also hooks errors into its log.
suhosin_log = %(syslog_user)s %(lighttpd_error_log)s
suhosin_log = %(syslog_user)s
%(lighttpd_error_log)s
# defaults to ftp or local2 if ftp doesn't exist
proftpd_log = %(syslog_ftp)s