change logging

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2023-07-20 16:23:31 +02:00 committed by GitHub
parent b117d87a0b
commit c91ef70f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,6 +390,7 @@ a2enmod remoteip
# Allow CustomLog
touch $VMLOGS/talk_apache_access.log
touch $VMLOGS/talk_apache_error.log
chown root:adm $VMLOGS/talk_apache_*
# Prep the error page
mkdir -p /var/www/html/error
@ -429,7 +430,7 @@ then
# Logs
LogLevel warn
CustomLog $VMLOGS/talk_apache_access.log combined
CustomLog $VMLOGS/talk_apache_access.log common
ErrorLog $VMLOGS/talk_apache_error.log
# Just in case - see below