WSGI App in Python under Apache mod_wsgi
Walking through an example, you will learn how to install and configure mod_wsgi on Apache, and enable a Python wsgi app. Accordingly, the app accepts GET and POST data and replies with text, html or json data. Unfortunately, the ways to retrieval of GET and POST parameters from mod_wsgi are different. But when you understand … Read more