]> git.pld-linux.org Git - packages/dspam.git/blobdiff - dspam-apache.conf
- tabs
[packages/dspam.git] / dspam-apache.conf
index f1460d663f27b29af23e4cfe67b9d786cc61d743..fd1d4e3b73ecc01d326c494c55d7939cca550b67 100644 (file)
@@ -3,14 +3,14 @@ Alias /dspam/htdocs /usr/share/dspam/htdocs
 Alias /dspam /usr/share/dspam/cgi
 
 <Directory /usr/share/dspam/htdocs>
-    Allow from all
+       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
+       Options +ExecCGI
+       AuthType Basic
+       AuthName "dspam"
+       AuthUserFile /etc/webapps/dspam/htpasswd
+       Require valid-user
+       Allow from all
 </Directory>
This page took 0.11216 seconds and 4 git commands to generate.