Closed
Bug 816519
Opened 12 years ago
Closed 12 years ago
.wsgi apps for running WSGI apps
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: peterbe, Assigned: peterbe)
Details
Our current two (soonish to be released) wsgi apps are middleware_app.py and collector_app.py.
Both of these should be run as mod_wsgi but their base classes aren't prepared to expose a global `application` instance object.
Instead, we take heed from Django and add individual .wsgi apps that instantiate the actual apps and expose a `application` variable.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → Future
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/69fd921a5266f88ec06147ee20741c22c8403c61
bug 816519 - middleware.wsgi app, r=rhelmer
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•