Changes between Version 18 and Version 19 of ServerArrangements
- Timestamp:
- Jun 26, 2006, 7:51:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v18 v19 15 15 Legacy documentation (i.e., unofficial docs written before the official docs were released) is available here: [http://hugo.muensterland.org/2005/08/03/django-apache-and-fcgi/ Django, Apache and FCGI] and [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ lighttpd+FCGI documentation]. 16 16 17 == lighttpd (via FCGI)==17 == lighttpd with FastCGI == 18 18 19 See Hugo's excellent tutorials:19 See the [http://www.djangoproject.com/documentation/fastcgi/ official documentation]. 20 20 21 * [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ Running Django with FCGI and lighttpd] 22 * [http://hugo.muensterland.org/2005/07/27/django-lighttpd-and-fcgi-second-take/ Django, lighttpd and FCGI, second take] 21 Legacy documentation (i.e., unofficial docs written before the official docs were released) is available here: [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ Running Django with FCGI and lighttpd] and [http://hugo.muensterland.org/2005/07/27/django-lighttpd-and-fcgi-second-take/ Django, lighttpd and FCGI, second take]. 23 22 24 Also see ticket #152. 25 26 Django/lighttpd/FastCGI instructions for use on TextDrive shared hosting accounts are available [http://manuals.textdrive.com/read/book/15 here]. 23 Django/lighttpd/FastCGI [http://manuals.textdrive.com/read/book/15 instructions for use on TextDrive shared hosting accounts] are also available. 27 24 28 25 == Twisted == 29 26 30 See ticket#172.27 See #172. 31 28 32 29 == TooFPy ==