summaryrefslogtreecommitdiff
path: root/htetc/freeside-base1.conf
blob: 7b8d9da68633eb467b9ffcc78b30c6987e9302d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#PerlModule Apache::DBI

PerlModule HTML::Mason

#Locale::SubCountry
AddDefaultCharset ISO-8859-1

<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
AuthName Freeside
AuthType Basic
AuthUserFile %%%FREESIDE_CONF%%%/htpasswd
require valid-user
<Files ~ (\.cgi|\.html)>
AddHandler perl-script .cgi .html
PerlHandler HTML::Mason
</Files>
<Perl>
require "%%%MASON_HANDLER%%%";
</Perl>
</Directory>