2020-01-04 01:55:26 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerAdmin naglfar@thunix.net
|
|
|
|
ServerName mightywcms.thunix.net
|
2020-01-11 21:26:47 +00:00
|
|
|
DocumentRoot /var/www/MightyWCMS
|
2020-01-04 01:55:26 +00:00
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
|
2020-01-11 21:26:47 +00:00
|
|
|
<Directory /var/www/MightyWCMS>
|
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
AllowOverride All
|
|
|
|
Order allow,deny
|
|
|
|
allow from all
|
|
|
|
</Directory>
|
|
|
|
RewriteEngine on
|
2020-01-04 01:55:26 +00:00
|
|
|
</VirtualHost>
|