########################################################################## # $Id$ ########################################################################## ######################################################## # This was written and is maintained by: # Jeremias Reith # # Please send all comments, suggestions, bug reports, # etc, to jr@terragate.net # ######################################################## # What actual file? Defaults to LogPath if not absolute path.... LogFile = httpd/php_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.* # vi: shiftwidth=3 tabstop=3 et