aboutsummaryrefslogtreecommitdiffstats
path: root/webroot/.htaccess
blob: 2c850e5be00e2383d20bdec99dc913f83f61b984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Options ExecCGI


<IfModule mod_perl.c>
  PerlModule LXRng::ModPerl;

  <Files *>
        SetHandler perl-script
        PerlResponseHandler LXRng::ModPerl
  </Files>
</IfModule>


<Files robots.txt>
        SetHandler send-as-is
</Files>

<Files favicon.ico>
        SetHandler send-as-is
</Files>