metanohi-misc-subsites/natur/apache.conf

56 lines
1.7 KiB
ApacheConf
Raw Normal View History

2011-08-05 00:49:51 +02:00
<VirtualHost *:80>
ServerName natur.metanohi.name
2014-08-01 18:07:15 +02:00
ServerAlias www.natur.metanohi.name nature.metanohi.name www.nature.metanohi.name
2013-01-02 22:23:14 +01:00
ServerAdmin ngws@metanohi.name
2011-08-05 00:49:51 +02:00
Alias /vid /home/niels/www/meta/heavy/naturefilms
DocumentRoot /home/niels/www/meta/subsites/natur
<Directory /home/niels/www/meta/subsites/natur/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
2014-08-01 18:07:15 +02:00
Require all granted
</Directory>
<Directory /home/niels/www/meta/heavy/naturefilms/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
2011-08-05 00:49:51 +02:00
</Directory>
LogLevel warn
2014-08-01 18:07:15 +02:00
ErrorLog /var/log/httpd/natur.metanohi.name-error.log
CustomLog /var/log/httpd/natur.metanohi.name-access.log combined
2011-08-05 00:49:51 +02:00
</VirtualHost>
2013-01-02 22:23:14 +01:00
<VirtualHost *:443>
ServerName natur.metanohi.name
2014-08-01 18:07:15 +02:00
ServerAlias www.natur.metanohi.name nature.metanohi.name www.nature.metanohi.name
2013-01-02 22:23:14 +01:00
ServerAdmin ngws@metanohi.name
Alias /vid /home/niels/www/meta/heavy/naturefilms
DocumentRoot /home/niels/www/meta/subsites/natur
<Directory /home/niels/www/meta/subsites/natur/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
2014-08-01 18:07:15 +02:00
Require all granted
</Directory>
<Directory /home/niels/www/meta/heavy/naturefilms/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
2013-01-02 22:23:14 +01:00
</Directory>
LogLevel warn
2014-08-01 18:07:15 +02:00
ErrorLog /var/log/httpd/natur.metanohi.name-error.log
CustomLog /var/log/httpd/natur.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>