Commit 72d6a8a7 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3329 - perl cgi scripts not working on Ubuntu LTS

parent fa573443
......@@ -142,6 +142,11 @@
PerlOptions +ParseHeaders
Options +ExecCGI
</Directory>
<Directory {tmpl_var name='web_document_root'}>
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Directory>
<Files *.pl>
SetHandler perl-script
</Files>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment