# DO NOT EDIT - This file is being maintained by Chef
	ServerName forum.openstreetmap.org
	ServerAlias forum.osm.org
	ServerAdmin webmaster@openstreetmap.org
	CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
	ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
	DocumentRoot /srv/forum.openstreetmap.org/html/
	ServerName forum.openstreetmap.org
	ServerAdmin webmaster@openstreetmap.org
	SSLEngine on
	SSLProtocol all -SSLv2
	SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
	SSLCertificateFile /etc/ssl/certs/openstreetmap.pem
	SSLCertificateKeyFile /etc/ssl/private/openstreetmap.key
	CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
	ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
	DocumentRoot /srv/forum.openstreetmap.org