Split location of the Wiki log file
This commit is contained in:
parent
e6d2bd7cbe
commit
a533a0bf69
|
@ -3,8 +3,8 @@
|
||||||
ServerName wiki.thunix.net
|
ServerName wiki.thunix.net
|
||||||
ServerAlias wiki.thunix.tilde
|
ServerAlias wiki.thunix.tilde
|
||||||
DocumentRoot /var/www/wiki.thunix.net
|
DocumentRoot /var/www/wiki.thunix.net
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error_wiki.log
|
ErrorLog ${APACHE_LOG_DIR}/error.wiki.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access_wiki.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.wiki.log combined
|
||||||
<Directory /var/www/wiki.thunix.net>
|
<Directory /var/www/wiki.thunix.net>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
|
|
Loading…
Reference in New Issue