rpms/apcupsd/devel apcupsd-httpd.conf,NONE,1.1

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Nov 4 23:42:58 UTC 2005


Author: orion

Update of /cvs/extras/rpms/apcupsd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17661

Added Files:
	apcupsd-httpd.conf 
Log Message:
Apache configuration script for apcupsd CGI scripts



--- NEW FILE apcupsd-httpd.conf ---
#
# 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
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from .example.com
</Directory>




More information about the fedora-extras-commits mailing list