SOURCES: dspam-apache.conf (NEW) - default apache config for dspam

glen glen at pld-linux.org
Sun May 7 15:43:08 CEST 2006


Author: glen                         Date: Sun May  7 13:43:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- default apache config for dspam

---- Files affected:
SOURCES:
   dspam-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dspam-apache.conf
diff -u /dev/null SOURCES/dspam-apache.conf:1.1
--- /dev/null	Sun May  7 15:43:08 2006
+++ SOURCES/dspam-apache.conf	Sun May  7 15:43:03 2006
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list