]> git.pld-linux.org Git - packages/phpPgAdmin.git/blame - phpPgAdmin-httpd.conf
- migrated to apache 2.4
[packages/phpPgAdmin.git] / phpPgAdmin-httpd.conf
CommitLineData
3d2e03cc
JR
1Alias /pgadmin /usr/share/phpPgAdmin
2
3<Directory "/usr/share/phpPgAdmin">
4 AllowOverride None
5 Require all granted
6 php_admin_value open_basedir "/etc/webapps/phpPgAdmin/:/usr/share/phpPgAdmin/"
7</Directory>
This page took 0.023417 seconds and 4 git commands to generate.