pkgsrc/databases/phppgadmin/files/apache.conf-dist
roy e5a539fc2d Update to 4.2.2
Fixes PR pkg/38536 and CVE-2008-5587
Remove all pkglint warnings

ok: joerg
2009-01-13 14:40:40 +00:00

10 lines
194 B
Text

<IfModule mod_alias.c>
Alias /phppgadmin "@PHPPGBASE@"
</IfModule>
<Directory "@PHPPGBASE@">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>