From e24726cd2f813277870a3fe0673139f88771dca4 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Fri, 1 Aug 2014 16:45:47 +0200 Subject: [PATCH] SUUM apache config updated to fit apache 2.4 --- subsites/suum-apache | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) 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