aboutsummaryrefslogtreecommitdiffstats
path: root/webroot/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/.htaccess')
-rw-r--r--webroot/.htaccess20
1 files changed, 20 insertions, 0 deletions
diff --git a/webroot/.htaccess b/webroot/.htaccess
new file mode 100644
index 0000000..2c850e5
--- /dev/null
+++ b/webroot/.htaccess
@@ -0,0 +1,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>