view common/logwatch/log-http-error.conf @ 113:34302ede8d87 puppet-3.6

Make sure our websites load after ALL other Apache config If we don't do this then <IfModule> statements in vhosts probably won't work, because the load will be done in named config file that seems to get parsed *after* the vhost
author IBBoard <dev@ibboard.co.uk>
date Sat, 04 Jun 2016 14:07:37 +0100
parents 956e484adc12
children 8316d4e55e92
line wrap: on
line source

########################################################
#   Define log file group for httpd 
########################################################

# What actual file?  Defaults to LogPath if not absolute path....
LogFile = apache/error_*.log
LogFile = apache/error_*.log.1


# 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 = apache/error_*.log.*.gz

# Expand the repeats (actually just removes them now)
*ExpandRepeats


# Keep only the lines in the proper date range...
*ApplyHttpErrorDate

# vi: shiftwidth=3 tabstop=3 et