metanohi-misc-subsites/subsites/suum-apache

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-08-02 19:57:57 +02:00
<VirtualHost *:80>
2011-08-05 00:49:51 +02:00
ServerName suum.metanohi.name
2011-08-12 19:20:24 +02:00
ServerAlias www.suum.metanohi.name suum.lcl
2013-01-02 22:23:14 +01:00
ServerAdmin ngws@metanohi.name
2011-08-02 19:57:57 +02:00
DocumentRoot /home/niels/www/suum
<Directory /home/niels/www/suum/>
2011-08-02 19:57:57 +02:00
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
2011-08-02 19:57:57 +02:00
</Directory>
2011-08-05 00:49:51 +02:00
LogLevel warn
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
2011-08-02 19:57:57 +02:00
</VirtualHost>
2013-01-02 22:23:14 +01:00
<VirtualHost *:443>
ServerName suum.metanohi.name
ServerAlias www.suum.metanohi.name suum.lcl
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/suum
<Directory /home/niels/www/suum/>
2013-01-02 22:23:14 +01:00
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
2013-01-02 22:23:14 +01:00
</Directory>
LogLevel warn
ErrorLog /var/log/httpd/suum.metanohi.name-error.log
CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
2013-01-02 22:23:14 +01:00
SSLEngine on
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
SSLCertificateKeyFile /home/niels/www/meta/metanohi_privatekey.pem
SSLCipherSuite HIGH
SSLProtocol all -SSLv2
</VirtualHost>