Changes between Initial Version and Version 1 of ServerArrangements


Ignore:
Timestamp:
Aug 2, 2005, 1:14:49 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v1 v1  
     1= Server arrangements =
     2
     3Because Django uses [http://www.python.org/peps/pep-0333.html WSGI], it can run on any WSGI-compatible Web server. Here's how to run Django on various server arrangements.
     4
     5== mod_python ==
     6
     7See the [http://www.djangoproject.com/documentation/modpython/ official documentation].
     8
     9== Twisted ==
     10
     11See ticket #172.
     12
     13== lighttpd (via FCGI) ==
     14
     15See Hugo's excellent tutorials:
     16 * [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ Running Django with FCGI and lighttpd]
     17 * [http://hugo.muensterland.org/2005/07/27/django-lighttpd-and-fcgi-second-take/ Django, lighttpd and FCGI, second take]
     18
     19Also see ticket #152.
Back to Top