]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- default apache config for dspam
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 May 2006 13:43:03 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam-apache.conf -> 1.1

dspam-apache.conf [new file with mode: 0644]

diff --git a/dspam-apache.conf b/dspam-apache.conf
new file mode 100644 (file)
index 0000000..f1460d6
--- /dev/null
@@ -0,0 +1,16 @@
+# $Id$
+Alias /dspam/htdocs /usr/share/dspam/htdocs
+Alias /dspam /usr/share/dspam/cgi
+
+<Directory /usr/share/dspam/htdocs>
+    Allow from all
+</Directory>
+
+<Directory /usr/share/dspam/cgi>
+    Options +ExecCGI
+    AuthType Basic
+    AuthName "dspam"
+    AuthUserFile /etc/webapps/dspam/htpasswd
+    Require valid-user
+    Allow from all
+</Directory>
This page took 0.071613 seconds and 4 git commands to generate.