metanohi-misc-subsites/subsites/oldsites-apache

44 lines
1.3 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 old.projects.metanohi.name
ServerAlias www.old.projects.metanohi.name old.projects.lcl
2013-01-02 22:23:14 +01:00
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/meta/subsites/oldsites
<Directory /home/niels/www/meta/subsites/oldsites/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/old.projects.metanohi.name-error.log
CustomLog /var/log/apache2/old.projects.metanohi.name-access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName old.projects.metanohi.name
ServerAlias www.old.projects.metanohi.name old.projects.lcl
ServerAdmin ngws@metanohi.name
2011-08-02 19:57:57 +02:00
DocumentRoot /home/niels/www/meta/subsites/oldsites
<Directory /home/niels/www/meta/subsites/oldsites/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
2011-08-05 00:49:51 +02:00
LogLevel warn
2011-08-11 01:24:43 +02:00
ErrorLog /var/log/apache2/old.projects.metanohi.name-error.log
CustomLog /var/log/apache2/old.projects.metanohi.name-access.log combined
2011-08-02 19:57:57 +02:00
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
2011-08-05 00:49:51 +02:00
2011-08-02 19:57:57 +02:00
</VirtualHost>