aports/testing/phppgadmin/phppgadmin.apache2.conf
Matt Smith 02eb37f59a testing/phppgadmin: new aport
A Web-based PHP tool for administering PostgreSQL
http://phppgadmin.sourceforge.net/
2011-04-08 11:03:51 -05:00

8 lines
184 B
Plaintext

Alias /phppgadmin "/usr/share/webapps/phppgadmin"
<Directory "/usr/share/webapps/phppgadmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>