SUUM apache config updated to fit apache 2.4
This commit is contained in:
parent
f37bfec093
commit
e24726cd2f
|
@ -3,17 +3,16 @@
|
||||||
ServerAlias www.suum.metanohi.name suum.lcl
|
ServerAlias www.suum.metanohi.name suum.lcl
|
||||||
ServerAdmin ngws@metanohi.name
|
ServerAdmin ngws@metanohi.name
|
||||||
|
|
||||||
DocumentRoot /home/niels/www/meta/subsites/suum
|
DocumentRoot /home/niels/www/suum
|
||||||
<Directory /home/niels/www/meta/subsites/suum/>
|
<Directory /home/niels/www/suum/>
|
||||||
Options Indexes Includes FollowSymLinks MultiViews
|
Options Indexes Includes FollowSymLinks MultiViews
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order allow,deny
|
Require all granted
|
||||||
allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
ErrorLog /var/log/apache2/suum.metanohi.name-error.log
|
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
|
||||||
CustomLog /var/log/apache2/suum.metanohi.name-access.log combined
|
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
@ -22,17 +21,16 @@
|
||||||
ServerAlias www.suum.metanohi.name suum.lcl
|
ServerAlias www.suum.metanohi.name suum.lcl
|
||||||
ServerAdmin ngws@metanohi.name
|
ServerAdmin ngws@metanohi.name
|
||||||
|
|
||||||
DocumentRoot /home/niels/www/meta/subsites/suum
|
DocumentRoot /home/niels/www/suum
|
||||||
<Directory /home/niels/www/meta/subsites/suum/>
|
<Directory /home/niels/www/suum/>
|
||||||
Options Indexes Includes FollowSymLinks MultiViews
|
Options Indexes Includes FollowSymLinks MultiViews
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order allow,deny
|
Require all granted
|
||||||
allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
ErrorLog /var/log/apache2/suum.metanohi.name-error.log
|
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
|
||||||
CustomLog /var/log/apache2/suum.metanohi.name-access.log combined
|
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
|
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
|
||||||
|
|
Loading…
Reference in New Issue