view common/logwatch/logfiles_php.conf @ 3:ea71652452e9

Give OpCache more memory and make sure that we refresh on config changes
author IBBoard <dev@ibboard.co.uk>
date Wed, 27 Aug 2014 12:57:47 +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.*