]> git.pld-linux.org Git - packages/dspam.git/blob - dspam-apache.conf
- use pidfile not to kill wrong processes
[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.028322 seconds and 3 git commands to generate.