1 |
# |
2 |
# httpd_syslogger sysconfiguration |
3 |
# |
4 |
|
5 |
# Default configuration: |
6 |
# |
7 |
# HTTPDLOGGER_LOGFILE=/var/log/httpd/access_log |
8 |
# HTTPDLOGGER_SSLLOGFILE=/var/log/httpd/ssl_access_log |
9 |
# HTTPDLOGGER_LOGARGS= |
10 |
# HTTPDLOGGER_TAG=http-access |
11 |
# HTTPDLOGGER_SSLTAG=https-access |
12 |
# HTTPDLOGGER_ERRTAG=http-error |
13 |
# HTTPDLOGGER_ERRLOGFILE=/var/log/httpd/error_log |
14 |
# HTTPDLOGGER_USERDIR=/data/week/www-errors |
15 |
# HTTPDLOGGER_PERUSERERRORS=no (may be set to: "yes") |
16 |
# |
17 |
# You can disable the local file if you have a drop-in config and |
18 |
# the other Log statements are still in effect |
19 |
# HTTPDLOGGER_LOCALFILE=no (may be set to: "yes") |
20 |
HTTPDLOGGER_LOCALFILE=no |