Changeset 3211
- Timestamp:
- 06/26/06 07:48:47 (2 years ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r3210 r3211 36 36 security benefit on shared systems, because it means you can secure your 37 37 code from other users. 38 39 Prerequisite: flup 40 ================== 41 42 Before you can start using FastCGI with Django, you'll need to install flup_, 43 which is a Python library for dealing with FastCGI. Make sure to use the latest 44 Subversion snapshot of flup, as some users have reported stalled pages with 45 older flup versions. 46 47 .. _flup: http://www.saddi.com/software/flup/ 38 48 39 49 Starting your FastCGI server
