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:
parent
cb73fed1ac
commit
d2b952377c
|
@ -36,6 +36,16 @@ persistent process.
|
||||||
security benefit on shared systems, because it means you can secure your
|
security benefit on shared systems, because it means you can secure your
|
||||||
code from other users.
|
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
|
Starting your FastCGI server
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue