42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <VirtualHost *:80>
 | |
| 	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/>
 | |
| 		Options Indexes Includes FollowSymLinks MultiViews
 | |
| 		AllowOverride All
 | |
|                 Require all granted
 | |
| 	</Directory>
 | |
| 
 | |
|   	LogLevel warn
 | |
| 	ErrorLog /var/log/httpd/suum.metanohi.name-error.log
 | |
| 	CustomLog /var/log/httpd/suum.metanohi.name-access.log combined
 | |
| 
 | |
| </VirtualHost>
 | |
| 
 | |
| <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/>
 | |
| 		Options Indexes Includes FollowSymLinks MultiViews
 | |
| 		AllowOverride All
 | |
|                 Require all granted
 | |
| 	</Directory>
 | |
| 
 | |
|   	LogLevel warn
 | |
| 	ErrorLog /var/log/httpd/suum.metanohi.name-error.log
 | |
| 	CustomLog /var/log/httpd/suum.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>
 |