Mercurial > repos > other > Puppet
view common/logwatch/logfiles_php.conf @ 52:be1e9773a12c
Mercurial repo versions index.php files etc, so removing index.php breaks things!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 15 Aug 2015 19:15:19 +0000 |
parents | 956e484adc12 |
children | bafd91f195de |
line wrap: on
line source
########################################################################## # Logfile definition for PHP which points to a dedicated PHP log file # or to the Apache error log # File is to be placed in # /etc/logwatch/conf/logfiles/php.conf ########################################################################## # What actual file? Defaults to LogPath if not absolute path.... LogFile = httpd/php_log LogFile = httpd/error_log # adjust your php.ini accordingly: # error_log = /var/log/httpd/php_log # log_errors = On # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... #If you use a "-" in naming add that as well -mgt Archive = httpd/php_log.* Archive = httpd/error_log.*