Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2ae7cad652c2cf5c19f33e1f556f1a1e > files > 1

phpPgAdmin-4.2.3-1.fc13.noarch.rpm

#
# This configuration file maps the phpPgAdmin directory into the URL space. 
# By default this application is only accessible from the local host.
#

Alias /phpPgAdmin /usr/share/phpPgAdmin

<Location /phpPgAdmin>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from .example.com
</Location>