Version 3 (modified by hugo <gb@…>, 19 years ago) ( diff )

added Apache+FCGI stuff

Server arrangements

Because Django uses WSGI, it can run on any WSGI-compatible Web server. Here's how to run Django on various server arrangements.

mod_python

See the official documentation.

Apache and FCGI

See Django, Apache and FCGI. Needs stuff from the lighttpd+FCGI documentation.

lighttpd (via FCGI)

See Hugo's excellent tutorials:

Also see ticket #152.

Twisted

See ticket #172.

Note: See TracWiki for help on using the wiki.
Back to Top