File: http-error.conf

package info (click to toggle)
logwatch 7.4.3%2Bgit20161207-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,064 kB
  • ctags: 474
  • sloc: perl: 9,204; sh: 231; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

# Default for RHEL and derivatives
LogFile = httpd/*error_log
Archive = httpd/*error_log-*
# Default for Debian and derivatives
LogFile = apache?/*error.log
Archive = apache?/*error.log-*

*ApplyStdDate = "\[%a %b %d %H:%M:%S(\.\d*)? %Y\] "
*RemoveHeaders = "\[\w{3} \w{3} \d{2} \d\d:\d\d:\d\d(\.\d*)? \d{4}\] "

# vi: shiftwidth=3 tabstop=3 et