Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
72d6a8a7
Commit
72d6a8a7
authored
Feb 15, 2014
by
Till Brehm
Browse files
Fixed: FS#3329 - perl cgi scripts not working on Ubuntu LTS
parent
fa573443
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/vhost.conf.master
View file @
72d6a8a7
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment