DocumentRoot /usr/share/phppgadmin
+ # Remove Proxy request header to mitigate https://httpoxy.org/
+ RequestHeader unset Proxy early
+
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
ProxyPassMatch ^/(.*\.phpx(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
ProxyPassMatch ^/(.*\.phpj(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
ServerAdmin webmaster@openstreetmap.org
ServerAlias <%= @user %>.dev.osm.org
+ # Remove Proxy request header to mitigate https://httpoxy.org/
+ RequestHeader unset Proxy early
+
UseCanonicalName Off
DocumentRoot <%= @directory %>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/