File: dspam-apache2.conf

package info (click to toggle)
dspam 3.6.8-5etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,372 kB
  • ctags: 1,457
  • sloc: ansic: 24,738; sh: 9,860; perl: 2,378; makefile: 546; sql: 327
file content (25 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# This is a sample config that 
# should be encapsulated into
# a VirtualHost section.

    SuexecUserGroup dspam dspam
    Addhandler cgi-script .cgi
    Options +ExecCGI -Indexes

    Alias /dspam /var/www/dspam/
    <Directory /var/www/dspam/>
    	Addhandler cgi-script .cgi
        Options +ExecCGI -Indexes
        DirectoryIndex dspam.cgi
	
# Note: you have to add www-data to the 'shadow'
#       group to make this work. You whould
#       better change for another authentication bakend
AuthPAM_Enabled on

	AuthType Basic
	AllowOverride None
	AuthName "DSPAM Control Center"
	Require valid-user
    </Directory>