File apcupsd-httpd.conf of Package apcupsd
#
# Example apcupsd configuration file for Apache Web server
#
#
# 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.
#
#<LocationMatch "/cgi-bin/(multimon.cgi|upsfstats.cgi|upsimage.cgi|upsstats.cgi)$">
# <IfModule !mod_access_compat.c>
# Require local
# # Require host .example.com
# </IfModule>
# <IfModule mod_access_compat.c>
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
# Allow from ::1
# # Allow from .example.com
# </IfModule>
#</LocationMatch>