########################################################################## # 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.*