mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
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
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
============================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue