Skip to content

Commit 72d6a8a

Browse files
author
Till Brehm
committed
Fixed: FS#3329 - perl cgi scripts not working on Ubuntu LTS
1 parent fa57344 commit 72d6a8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/conf/vhost.conf.master

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
PerlOptions +ParseHeaders
143143
Options +ExecCGI
144144
</Directory>
145+
<Directory {tmpl_var name='web_document_root'}>
146+
PerlResponseHandler ModPerl::Registry
147+
PerlOptions +ParseHeaders
148+
Options +ExecCGI
149+
</Directory>
145150
<Files *.pl>
146151
SetHandler perl-script
147152
</Files>

0 commit comments

Comments
 (0)