summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-22 20:43:07 +0200
committerGitHub <noreply@github.com>2018-05-22 20:43:07 +0200
commit8b54dc1e1ada823d5e6c655f295e52602681226b (patch)
treeef175013637d93094061a9a85a41a61cafbc169e /Bugzilla
parent50a43f2b2147cc7fba37c45860afd27a8f256b17 (diff)
downloadbugzilla-8b54dc1e1ada823d5e6c655f295e52602681226b.tar.gz
bugzilla-8b54dc1e1ada823d5e6c655f295e52602681226b.tar.xz
Bug 1461819 - Plack::Handler::Apache2 accidentally unsets $ENV{MOD_PERL}
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/ModPerl.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/ModPerl.pm b/Bugzilla/ModPerl.pm
index 120dd8210..89eca9585 100644
--- a/Bugzilla/ModPerl.pm
+++ b/Bugzilla/ModPerl.pm
@@ -86,12 +86,6 @@ ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
-<Location /helper>
- SetHandler perl-script
- PerlResponseHandler Plack::Handler::Apache2
- PerlSetVar psgi_app [% cgi_path %]/helper.psgi
-</Location>
-
<Directory "[% cgi_path %]">
AddHandler perl-script .cgi
# No need to PerlModule these because they're already defined in mod_perl.pl