https://wsgi.readthedocs.io/en/latest/what.html
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server communicates with web applications, and how web applications can be chained together to process one request.
WSGI is a Python standard described in detail in PEP 3333.
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 14.04
https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04
No comments:
Post a Comment