]> git.pld-linux.org Git - packages/dspam.git/blob - dspam-apache.conf
- default apache config for dspam
[packages/dspam.git] / dspam-apache.conf
1 # $Id$
2 Alias /dspam/htdocs /usr/share/dspam/htdocs
3 Alias /dspam /usr/share/dspam/cgi
4
5 <Directory /usr/share/dspam/htdocs>
6     Allow from all
7 </Directory>
8
9 <Directory /usr/share/dspam/cgi>
10     Options +ExecCGI
11     AuthType Basic
12     AuthName "dspam"
13     AuthUserFile /etc/webapps/dspam/htpasswd
14     Require valid-user
15     Allow from all
16 </Directory>
This page took 0.077847 seconds and 4 git commands to generate.