blob: ce3c3f240e22637737b56a6b8553798f623bf813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PerlModule Apache::compat
#PerlModule Apache::DBI
PerlModule HTML::Mason
PerlSetVar MasonArgsMethod CGI
PerlModule HTML::Mason::ApacheHandler
PerlRequire "%%%MASON_HANDLER%%%"
#Locale::SubCountry
AddDefaultCharset ISO-8859-1
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
AuthName Freeside
AuthType Basic
AuthUserFile %%%FREESIDE_CONF%%%/htpasswd
require valid-user
<Files ~ (\.cgi|\.html)>
SetHandler perl-script
PerlHandler HTML::Mason
</Files>
</Directory>
|