Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 7f8b3d241fc280bff4d6d490ef035748 > files > 3

phpPgAdmin-5.0.2-1.fc13.src.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>