From d2b952377cd996dff1525564512a5f7bf4d3ef40 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 26 Jun 2006 12:48:47 +0000 Subject: [PATCH] Added information about flup to docs/fastcgi.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3211 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/fastcgi.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index 327a4f58e1..41d50d97a1 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -36,6 +36,16 @@ persistent process. security benefit on shared systems, because it means you can secure your code from other users. +Prerequisite: flup +================== + +Before you can start using FastCGI with Django, you'll need to install flup_, +which is a Python library for dealing with FastCGI. Make sure to use the latest +Subversion snapshot of flup, as some users have reported stalled pages with +older flup versions. + +.. _flup: http://www.saddi.com/software/flup/ + Starting your FastCGI server ============================