Closed Bug 816519 Opened 12 years ago Closed 12 years ago

.wsgi apps for running WSGI apps

Categories

(Socorro :: Backend, task)

x86
macOS
task
Not set
normal

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: nobody → peterbe
Target Milestone: --- → Future
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.