Changeset 4899
- Timestamp:
- 04/01/07 01:42:35 (2 years ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r4898 r4899 90 90 Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and `AJP1.3`_ 91 91 (the Apache JServ Protocol, version 1.3). Select your preferred protocol by using the 92 ` protocol=`<protocol_name> option with `./manage.py runfcgi` -- where <protocol_name>93 may be one of: ` fcgi` (the default), `scgi` or `ajp`. For example::92 ``protocol=``<protocol_name> option with ``./manage.py runfcgi`` -- where <protocol_name> 93 may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example:: 94 94 95 95 ./manage.py runfcgi --protocol=scgi
