Deployment¶
Introduction¶
Web Servers¶
- Apache + mod_wsgi
- ASGI (Asynchronous Server Gateway Interface)
- Forked and Threaded Servers
- gevent
- gunicorn
- nginx + pserve + supervisord
- uWSGI
- uWSGI with cookiecutter Pyramid application Part 1: Basic uWSGI + nginx
- uWSGI with cookiecutter Pyramid Application Part 2: Adding Emperor and systemd
- uWSGI + nginx + systemd