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 RedirectPermanent / https://forum.openstreetmap.org/
15 ServerName forum.openstreetmap.org
16 ServerAdmin webmaster@openstreetmap.org
20 CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
21 ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
23 DocumentRoot /srv/forum.openstreetmap.org/html
25 php_admin_value open_basedir /srv/forum.openstreetmap.org/html/:/usr/share/php/:/tmp/
26 php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open"
27 php_value upload_max_filesize 70M
28 php_value post_max_size 100M
31 <Directory /srv/forum.openstreetmap.org/html>
33 RewriteRule ^config\.php$ - [F,L]
40 <Directory /srv/forum.openstreetmap.org/html/img>
41 php_admin_flag engine off