Skip to content

Apache:Httpd:WSGI

The aim of mod_wsgi is to implement a simple to use Apache module which can host any Python application which supports the Python WSGI interface. The module would be suitable for use in hosting high performance production web sites, as well as your average self managed personal sites running on web hosting services.

How to install

아래와 같이 설치한다.

## Redhat:
$ sudo yum -y install mod_wsgi
## Debian:
$ sudo apt-get install libapache2-mod-wsgi

How to use

Favorite site

References


  1. Mod_wsgi_and_mod_xsendfile_on_OS_X_10.9_Mavericks.pdf