aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phppgadmin/phppgadmin.apache2.conf
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-08 11:03:51 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-08 11:03:51 -0500
commit02eb37f59a022e9f1563d1f766a9cbbfe2bec863 (patch)
tree020b29a5a08fcf2e6d25c764fb07ad77be0b347e /testing/phppgadmin/phppgadmin.apache2.conf
parent9f1962e5b670dece0c31d8431df013dbe87c4a60 (diff)
downloadaports-02eb37f59a022e9f1563d1f766a9cbbfe2bec863.tar.bz2
aports-02eb37f59a022e9f1563d1f766a9cbbfe2bec863.tar.xz
testing/phppgadmin: new aport
A Web-based PHP tool for administering PostgreSQL http://phppgadmin.sourceforge.net/
Diffstat (limited to 'testing/phppgadmin/phppgadmin.apache2.conf')
-rw-r--r--testing/phppgadmin/phppgadmin.apache2.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/phppgadmin/phppgadmin.apache2.conf b/testing/phppgadmin/phppgadmin.apache2.conf
new file mode 100644
index 0000000000..b69e01b22d
--- /dev/null
+++ b/testing/phppgadmin/phppgadmin.apache2.conf
@@ -0,0 +1,7 @@
+Alias /phppgadmin "/usr/share/webapps/phppgadmin"
+<Directory "/usr/share/webapps/phppgadmin">
+ AllowOverride All
+ Options FollowSymlinks
+ Order allow,deny
+ Allow from all
+</Directory>