Added information about flup to docs/fastcgi.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-06-26 12:48:47 +00:00
parent cb73fed1ac
commit d2b952377c
1 changed files with 10 additions and 0 deletions

View File

@ -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
============================