diff options
Diffstat (limited to 'sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf')
-rw-r--r-- | sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf b/sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf deleted file mode 100644 index a90f6310ea32..000000000000 --- a/sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# apcupsd.conf - apcupsd cgi programs configuration -# include'd by lighttpd.conf. -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/3.12.2/apcupsd-lighttpd.conf,v 1.1 2006/03/19 22:49:08 tantive Exp $ -############################################################################### - -# Uncomment this if you don'thave mod_cgi and mod_alias active already -# server.modules += ("mod_cgi", "mod_alias") - -alias.url += ( - "/apcupsd/" => "/var/www/apcupsd/" -) - -$HTTP["url"] =~ "^/apcupsd/" { - cgi.assign = ( - ".cgi" => "/usr/bin/env" - ) -} - |