Commit d2b95237 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Added information about flup to docs/fastcgi.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent cb73fed1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
============================