]> git.pld-linux.org Git - packages/phpPgAdmin.git/blob - phpPgAdmin-apache.conf
- upgraded to 5.0.3
[packages/phpPgAdmin.git] / phpPgAdmin-apache.conf
1 Alias /pgadmin /usr/share/phpPgAdmin
2
3 <Directory "/usr/share/phpPgAdmin">
4     AllowOverride None
5     Allow from all
6     php_admin_value open_basedir "/etc/webapps/phpPgAdmin/:/usr/share/phpPgAdmin/"
7 </Directory>
This page took 0.074807 seconds and 3 git commands to generate.