* work in progress *
Deployment of WSGI applications
One of the benefits of WSGI is that once you have a WSGI application you can deploy it under very different HTTP servers and using different technologies, and the application doesn't need to know the difference. Here are some possible scenarios:
- Standalone HTTP servers
- Apache/mod_python modpython_gateway
- Apache/mod_python the other WSGI server
- Apache/SCGI(FastCGI)
- Apache/mod_proxy
- lighttpd/SCGI(FastCGI)
- Plain old CGI