X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/effb14435dcfd32dbfe1d2693117dfa97e9db84d..752d776b04ca8835b943efd4aabc2e60f2e1c3cd:/cookbooks/cgiirc/templates/default/apache.erb?ds=sidebyside diff --git a/cookbooks/cgiirc/templates/default/apache.erb b/cookbooks/cgiirc/templates/default/apache.erb new file mode 100644 index 000000000..ea6ada67b --- /dev/null +++ b/cookbooks/cgiirc/templates/default/apache.erb @@ -0,0 +1,22 @@ +# DO NOT EDIT - This file is being maintained by Chef + + + ServerName <%= @name %> + ServerAdmin webmaster@openstreetmap.org + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log + + DocumentRoot /usr/lib/cgi-bin/cgiirc + DirectoryIndex irc.cgi + Alias /images /usr/share/images/cgiirc + + + AddHandler cgi-script .cgi + + + + RemoveOutputFilter DEFLATE + SetEnv no-gzip + +