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         # Remove Proxy request header to mitigate https://httpoxy.org/
 
  13         RequestHeader unset Proxy early
 
  15         ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 
  16         ProxyPassMatch ^/(.*\.phpx(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 
  17         ProxyPassMatch ^/(.*\.phpj(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 
  20 <Directory /usr/share/phppgadmin>