| 1 | = Server arrangements = |
| 2 | |
| 3 | Because 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 | |
| 7 | See the [http://www.djangoproject.com/documentation/modpython/ official documentation]. |
| 8 | |
| 9 | == Twisted == |
| 10 | |
| 11 | See ticket #172. |
| 12 | |
| 13 | == lighttpd (via FCGI) == |
| 14 | |
| 15 | See 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 | |
| 19 | Also see ticket #152. |