Changes between Version 5 and Version 6 of ServerArrangements
- Timestamp:
- Sep 15, 2005, 8:29:10 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v5 v6 8 8 9 9 == Apache and FCGI == 10 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. 10 12 11 13 See [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].