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

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.085262 seconds and 4 git commands to generate.