Changes between Version 13 and Version 14 of ServerArrangements


Ignore:
Timestamp:
Jan 4, 2006, 9:12:53 AM (18 years ago)
Author:
Adrian Holovaty
Comment:

Corrected bad grammar.

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v13 v14  
    99== Apache and FCGI ==
    1010
    11 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 DjangoUsingFlup for mor Informations.
     11Flup (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 DjangoUsingFlup for more.
    1212
    1313See [http://hugo.muensterland.org/2005/08/03/django-apache-and-fcgi/ Django, Apache and FCGI]. Needs stuff from the [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ lighttpd+FCGI documentation].
Back to Top