Apache module that implements a WSGI compliant interface for hosting Python based web applications
copied from cf-staging / mod_wsgimod_wsgi is a module for the Apache HTTP server that allows the web server to execute Python programs. WSGI (Web Server Gateway Interface) is a general interface between the Web server and Python applications.