summaryrefslogtreecommitdiffstats
path: root/testing/phppgadmin/phppgadmin.apache2.conf
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-04-20 03:39:27 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-04-20 03:39:27 +0000
commit9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3 (patch)
tree4a2365a18cfc123567f122dbb0510795ca4341ba /testing/phppgadmin/phppgadmin.apache2.conf
parent3a40028e50c4e6ab82135d469de4ae8ccb32f7d3 (diff)
parent983a11e3031ce51a0c7b0ded0d48713d48474522 (diff)
downloadaports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.bz2
aports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.xz
Merge remote-tracking branch 'alpine/master'
Conflicts: main/libxft/APKBUILD main/ncftp/APKBUILD main/spandsp/APKBUILD testing/openvcp/APKBUILD
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 000000000..b69e01b22
--- /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>