Rename apache default logs
This commit is contained in:
parent
9e1b8f2388
commit
8fc5fc0204
|
@ -10,8 +10,8 @@
|
|||
# modules, e.g.
|
||||
#LogLevel info ssl:warn
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
# modules, e.g.
|
||||
#LogLevel info ssl:warn
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
|
Loading…
Reference in New Issue