diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-08 01:16:56 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-08 01:16:56 +0100 |
commit | 2e28387613b7de506671f1657ed539d2470caff1 (patch) | |
tree | 4f50dd249d0dc15462909a9dab577913b8e29178 /webroot/.htaccess | |
parent | a57b1d79950ce63209e052a1b1f394cf3c6eb588 (diff) |
Add Apache config template for mod_perl.
Diffstat (limited to 'webroot/.htaccess')
-rw-r--r-- | webroot/.htaccess | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/webroot/.htaccess b/webroot/.htaccess deleted file mode 100644 index 2c850e5..0000000 --- a/webroot/.htaccess +++ /dev/null @@ -1,20 +0,0 @@ -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> |