Split apache log for wiki debugging

This commit is contained in:
Blade of Darkness 2021-03-20 23:31:25 +01:00
parent f466b16ac4
commit 2ba03f1b9e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
ServerName wiki.thunix.net
ServerAlias wiki.thunix.tilde
DocumentRoot /var/www/wiki.thunix.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ErrorLog ${APACHE_LOG_DIR}/error_wiki.log
CustomLog ${APACHE_LOG_DIR}/access_wiki.log combined
<Directory /var/www/wiki.thunix.net>
Options Indexes FollowSymLinks
AllowOverride All