1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName forum.openstreetmap.org
 
   5         ServerAlias forum.osm.org
 
   6         ServerAdmin webmaster@openstreetmap.org
 
   8         CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
 
   9         ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
 
  11         DocumentRoot /srv/forum.openstreetmap.org/html/
 
  15         ServerName forum.openstreetmap.org
 
  16         ServerAdmin webmaster@openstreetmap.org
 
  19         SSLProtocol all -SSLv2
 
  20         SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
 
  21         SSLCertificateFile /etc/ssl/certs/openstreetmap.pem
 
  22         SSLCertificateKeyFile /etc/ssl/private/openstreetmap.key
 
  24         CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
 
  25         ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
 
  27         DocumentRoot /srv/forum.openstreetmap.org