Move configuration files *inside* the dirs.
This commit is contained in:
39
nohix/apache.conf
Normal file
39
nohix/apache.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName nohix.metanohi.name
|
||||
ServerAlias www.nohix.metanohi.name nohix.lcl
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/nohix
|
||||
<Directory /home/niels/www/meta/subsites/nohix/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/httpd/nohix.metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/nohix.metanohi.name-access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName nohix.metanohi.name
|
||||
ServerAlias www.nohix.metanohi.name nohix.lcl
|
||||
ServerAdmin ngws@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/nohix
|
||||
<Directory /home/niels/www/meta/subsites/nohix/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/httpd/nohix.metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/nohix.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>
|
||||
Reference in New Issue
Block a user