From ed6d5cdaaeac6422e5933e4e8138b481e35ab4f3 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 3 Apr 2018 23:05:04 -0400 Subject: initial proof of concept of mojolicious inside bmo --- Bugzilla/ModPerl.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/ModPerl.pm') diff --git a/Bugzilla/ModPerl.pm b/Bugzilla/ModPerl.pm index 19cd1128f..6f7ed22e9 100644 --- a/Bugzilla/ModPerl.pm +++ b/Bugzilla/ModPerl.pm @@ -109,6 +109,13 @@ ErrorDocument 500 /errors/500.html require valid-user + + SetHandler perl-script + PerlResponseHandler Plack::Handler::Apache2 + PerlSetEnv MOJO_HOME [% cgi_path %] + PerlSetVar psgi_app [% cgi_path %]/new.psgi + + # directory rules for all the other places we have .htaccess files [% FOREACH htaccess IN htaccess_files %] # from [% htaccess.file %] -- cgit v1.2.3-24-g4f1b