Rename host identifier. Group logs into a folder for such host

This commit is contained in:
Naglfar
2021-09-28 11:38:17 +02:00
parent c328befbc8
commit 1449a0e0ec
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<VirtualHost *:80>
ServerAdmin naglfar@thunix.net
ServerName mightywcms.thunix.net
DocumentRoot /var/www/MightyWCMS
ErrorLog ${APACHE_LOG_DIR}/mightywcms/error.log
CustomLog ${APACHE_LOG_DIR}/mightywcms/access.log combined
<Directory /var/www/MightyWCMS>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
</VirtualHost>