wsgi

WSGI Server

WSGI – Web Server Gateway Interface Formerly Apache configured with mod_python ran most Python web application. However, mod_python wasn’t a standard specification. It was just an implementation that allowed Python code to run on a server. Therefore the Python community came up with WSGI as a standard interface that modules Read more…