Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,11 @@ ...@@ -142,6 +142,11 @@
PerlOptions +ParseHeaders PerlOptions +ParseHeaders
Options +ExecCGI Options +ExecCGI
</Directory> </Directory>
<Directory {tmpl_var name='web_document_root'}>
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Directory>
<Files *.pl> <Files *.pl>
SetHandler perl-script SetHandler perl-script
</Files> </Files>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment