====== wsgi ====== * [[http://werkzeug.pocoo.org/|Welcome | Werkzeug (The Python WSGI Utility Library)]] * [[http://css.dzone.com/articles/what-wsgi|What WSGI is]] * [[python:web:gunicorn|Python Gunicorn]] ===== Toubleshootings ===== * mod_wsgi 설정된 Apache 서버에서(특히 RHEL, CentOS) MySQL 연결이 안 될 경우, 이는 SELinux 설정 때문이다. http://stackoverflow.com/questions/1792918/weird-mysql-python-mod-wsgi-cant-connect-to-mysql-server-on-localhost-49-pro?tab=active 참조. setsebool httpd_can_network_connect_db on