fixed apache configs and the like

This commit is contained in:
2014-08-01 18:07:15 +02:00
parent 8064807933
commit f70b4ac0b1
9 changed files with 56 additions and 111 deletions

View File

@@ -1,45 +1,39 @@
<VirtualHost *:80>
ServerName projects.metanohi.name
ServerAlias www.projects.metanohi.name projects.lcl
ServerAlias www.projects.metanohi.name
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/meta/subsites/projects
<Directory /home/niels/www/meta/subsites/projects/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/projects.metanohi.name-error.log
CustomLog /var/log/apache2/projects.metanohi.name-access.log combined
ErrorLog /var/log/httpd/projects.metanohi.name-error.log
CustomLog /var/log/httpd/projects.metanohi.name-access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName projects.metanohi.name
ServerAlias www.projects.metanohi.name projects.lcl
ServerAlias www.projects.metanohi.name
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/www/meta/subsites/projects
<Directory /home/niels/www/meta/subsites/projects/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/projects.metanohi.name-error.log
CustomLog /var/log/apache2/projects.metanohi.name-access.log combined
ErrorLog /var/log/httpd/projects.metanohi.name-error.log
CustomLog /var/log/httpd/projects.metanohi.name-access.log combined
SSLEngine on
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
SSLCertificateKeyFile /home/niels/www/meta/metanohi_privatekey.pem
SSLCipherSuite HIGH
SSLProtocol all -SSLv2
</VirtualHost>