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
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/suum
|
||||
<Directory /home/niels/www/meta/subsites/suum/>
|
||||
DocumentRoot /home/niels/www/suum
|
||||
<Directory /home/niels/www/suum/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
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
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -22,17 +21,16 @@
|
|||
ServerAlias www.suum.metanohi.name suum.lcl
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/suum
|
||||
<Directory /home/niels/www/meta/subsites/suum/>
|
||||
DocumentRoot /home/niels/www/suum
|
||||
<Directory /home/niels/www/suum/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue