Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > db5bb4812ea09ad8f175aad10fbf6762 > files > 5

apcupsd-3.14.8-2.fc14.src.rpm

#
# apcupsd configuration file for Apache Web server
#

# files are off the documentroot of Web server
ScriptAlias /apcupsd/ "/var/www/apcupsd/"

#
# Allow only local access at default
# Change the ".example.com" to match your domain or modify
# access rights to your needs to enable remote access also.
#
<Directory "/var/www/apcupsd">
    DirectoryIndex upsstats.cgi
    AllowOverride None
    Options ExecCGI Indexes
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from .example.com
</Directory>