]> git.pld-linux.org Git - packages/dspam.git/blame - dspam-apache.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dspam.git] / dspam-apache.conf
CommitLineData
18a12bf7
ER
1# $Id$
2Alias /dspam/htdocs /usr/share/dspam/htdocs
3Alias /dspam /usr/share/dspam/cgi
4
5<Directory /usr/share/dspam/htdocs>
64500cbc 6 Allow from all
18a12bf7
ER
7</Directory>
8
9<Directory /usr/share/dspam/cgi>
64500cbc 10 Options +ExecCGI
f6806e6b 11 DirectoryIndex dspam.cgi
64500cbc
ER
12 AuthType Basic
13 AuthName "dspam"
14 AuthUserFile /etc/webapps/dspam/htpasswd
15 Require valid-user
16 Allow from all
18a12bf7 17</Directory>
This page took 0.032589 seconds and 4 git commands to generate.