diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-06-26 12:48:47 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-06-26 12:48:47 +0000 |
| commit | d2b952377cd996dff1525564512a5f7bf4d3ef40 (patch) | |
| tree | cfd701b9f7f846fc3ca0693172772c79f8b109be /docs/fastcgi.txt | |
| parent | cb73fed1ac4b4db06dbe85adf078b3d227f0c5d9 (diff) | |
Added information about flup to docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/fastcgi.txt')
| -rw-r--r-- | docs/fastcgi.txt | 10 |
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 ============================ |
