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         ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 
  13         ProxyPassMatch ^/(.*\.phpx(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 
  14         ProxyPassMatch ^/(.*\.phpj(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin