mirror of
https://github.com/django/django.git
synced 2025-08-09 03:19:20 +00:00
More ReST antics with docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9a6261a837
commit
a071609a70
@ -87,10 +87,11 @@ or socket you specified when starting the FastCGI server.
|
|||||||
Protocols
|
Protocols
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and `AJP1.3`_
|
Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and
|
||||||
(the Apache JServ Protocol, version 1.3). Select your preferred protocol by using the
|
`AJP1.3`_ (the Apache JServ Protocol, version 1.3). Select your preferred
|
||||||
``protocol=``<protocol_name> option with ``./manage.py runfcgi`` -- where <protocol_name>
|
protocol by using the ``protocol=<protocol_name>`` option with
|
||||||
may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example::
|
``./manage.py runfcgi`` -- where ``<protocol_name>`` may be one of: ``fcgi``
|
||||||
|
(the default), ``scgi`` or ``ajp``. For example::
|
||||||
|
|
||||||
./manage.py runfcgi --protocol=scgi
|
./manage.py runfcgi --protocol=scgi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user