1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName phppgadmin.dev.openstreetmap.org
5 ServerAdmin webmaster@openstreetmap.org
7 CustomLog /var/log/apache2/phppgadmin.dev.openstreetmap.org-access.log combined
8 ErrorLog /var/log/apache2/phppgadmin.dev.openstreetmap.org-error.log
10 DocumentRoot /usr/share/phppgadmin
12 <IfModule mod_fastcgi_handler.c>
13 <FilesMatch "\.ph(p3?|tml)$">
14 SetHandler fcgi:/var/run/php5-fpm-default.sock
16 <FilesMatch "\.phps$">
17 SetHandler fcgi:/var/run/php5-fpm-default.sock