Version 7 (modified by Simon Willison, 19 years ago) ( diff )

Added request for SCGI documentation.

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

Flup (the FCGI wrapper used for this) has a little bug with python 2.3 that will make larger pages stall on access just before end. Make sure you use the newest svn checkout for the flup library, as the bug is fixed in there.

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.

TooFPy

See the description in the trac-wiki for how to combine them. TooFPy is a pure-python webserver with focus on the creation of web services.

SCGI

Documentation on using SCGI is welcome!

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