diff --git a/subsites/suum-apache b/subsites/suum-apache index 72aba52..f4c5850 100644 --- a/subsites/suum-apache +++ b/subsites/suum-apache @@ -3,17 +3,16 @@ ServerAlias www.suum.metanohi.name suum.lcl ServerAdmin ngws@metanohi.name - DocumentRoot /home/niels/www/meta/subsites/suum - + DocumentRoot /home/niels/www/suum + Options Indexes Includes FollowSymLinks MultiViews AllowOverride All - Order allow,deny - allow from all + Require all granted LogLevel warn - ErrorLog /var/log/apache2/suum.metanohi.name-error.log - CustomLog /var/log/apache2/suum.metanohi.name-access.log combined + ErrorLog /var/log/httpd/suum.metanohi.name-error.log + CustomLog /var/log/httpd/suum.metanohi.name-access.log combined @@ -22,17 +21,16 @@ ServerAlias www.suum.metanohi.name suum.lcl ServerAdmin ngws@metanohi.name - DocumentRoot /home/niels/www/meta/subsites/suum - + DocumentRoot /home/niels/www/suum + Options Indexes Includes FollowSymLinks MultiViews AllowOverride All - Order allow,deny - allow from all + Require all granted LogLevel warn - ErrorLog /var/log/apache2/suum.metanohi.name-error.log - CustomLog /var/log/apache2/suum.metanohi.name-access.log combined + ErrorLog /var/log/httpd/suum.metanohi.name-error.log + CustomLog /var/log/httpd/suum.metanohi.name-access.log combined SSLEngine on SSLCertificateFile /home/niels/www/meta/metanohi_server.pem