Open
Bug 1425782
Opened 7 years ago
Updated 7 years ago
Support running PSGI applications
Categories
(bugzilla.mozilla.org :: General, enhancement)
Tracking
()
NEW
People
(Reporter: dylan, Unassigned)
References
Details
In order to do fun things, like support oauth, we should be able to use and consume PSGI applications.
This will require a little experimentation, and some cleanup.
I think the cleanest solution will be to wrap each CGI in Plack::App::WrapCGI
(as is done in the master branch of upstream) and run those using Plack::Handler::Apache2.
Running Plack::Handler::Apache2 along with ModPerl::Registry seems to suffer from weird behavior.
You need to log in
before you can comment on or make changes to this bug.
Description
•