Subversion Repositories configs

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 87
Line 38... Line 38...
38
lighttpd_error_log = /var/log/lighttpd/error.log
38
lighttpd_error_log = /var/log/lighttpd/error.log
39
 
39
 
40
# http://www.hardened-php.net/suhosin/configuration.html#suhosin.log.syslog.facility
40
# http://www.hardened-php.net/suhosin/configuration.html#suhosin.log.syslog.facility
41
# syslog_user is the default. Lighttpd also hooks errors into its log.
41
# syslog_user is the default. Lighttpd also hooks errors into its log.
42
 
42
 
43
suhosin_log = %(syslog_user)s %(lighttpd_error_log)s
43
suhosin_log = %(syslog_user)s
-
 
44
              %(lighttpd_error_log)s
44
 
45
 
45
# defaults to ftp or local2 if ftp doesn't exist
46
# defaults to ftp or local2 if ftp doesn't exist
46
proftpd_log = %(syslog_ftp)s
47
proftpd_log = %(syslog_ftp)s
47
proftpd_backend = %(default_backend)s
48
proftpd_backend = %(default_backend)s
48
 
49