mod_wsgi – Find Out The Version

The mod_wsgi is an Apache module that provides a WSGI compliant interface and serves for hosting Python based web applications under Apache (for example Django).

To find out which version of mod_wsgi is installed or compiled, it is required to create a simple WSGI application.

From the following article you will learn how to create and run on Apache a simple WSGI application that prints the version of mod_wsgi. (more…)