summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-11-01 12:53:22 +0000
committerMichael Imhof <tantive@gentoo.org>2003-11-01 12:53:22 +0000
commit9abfbd3cd9aae872903a06fbf8669be0c0314a1b (patch)
treeef26a603eebb5d5b0bf75352cfef2687dc6c0d58 /sys-apps/apcupsd/files
parentAdded ~sparc keywor (diff)
downloadhistorical-9abfbd3cd9aae872903a06fbf8669be0c0314a1b.tar.gz
historical-9abfbd3cd9aae872903a06fbf8669be0c0314a1b.tar.bz2
historical-9abfbd3cd9aae872903a06fbf8669be0c0314a1b.zip
missed this file in my last commit
Diffstat (limited to 'sys-apps/apcupsd/files')
-rw-r--r--sys-apps/apcupsd/files/3.10.6/apache.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/apcupsd/files/3.10.6/apache.conf b/sys-apps/apcupsd/files/3.10.6/apache.conf
new file mode 100644
index 000000000000..e99d79350d97
--- /dev/null
+++ b/sys-apps/apcupsd/files/3.10.6/apache.conf
@@ -0,0 +1,8 @@
+Alias /apcupsd/ /home/httpd/apcupsd/
+
+<Directory "/home/httpd/apcupsd/">
+ AllowOverride AuthConfig
+ Options ExecCGI
+ Order allow,deny
+ Allow from all
+</Directory>