summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/fastcgi.txt10
1 files changed, 10 insertions, 0 deletions
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
============================