1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName <%= @name %>
 
   5         ServerAdmin webmaster@openstreetmap.org
 
   8         SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
 
   9         SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
 
  11         CustomLog /var/log/apache2/<%= @name %>-access.log combined
 
  12         ErrorLog /var/log/apache2/<%= @name %>-error.log
 
  14         DocumentRoot /usr/lib/cgi-bin/cgiirc
 
  15         DirectoryIndex irc.cgi
 
  16         Alias /images /usr/share/images/cgiirc
 
  18         <Directory "/usr/lib/cgi-bin/cgiirc">
 
  19                 AddHandler cgi-script .cgi
 
  23         <Directory "/usr/share/images/cgiirc">
 
  27         <IfModule mod_deflate.c>
 
  28                 RemoveOutputFilter DEFLATE
 
  34         ServerName <%= @name %>
 
  35         ServerAdmin webmaster@openstreetmap.org
 
  37         CustomLog /var/log/apache2/<%= @name %>-access.log combined
 
  38         ErrorLog /var/log/apache2/<%= @name %>-error.log
 
  40         RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
 
  41         RedirectPermanent / https://<%= @name %>/