Django

Code

Changeset 4900

Show
Ignore:
Timestamp:
04/01/07 01:44:17 (1 year ago)
Author:
adrian
Message:

More ReST antics with docs/fastcgi.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/fastcgi.txt

    r4899 r4900  
    8888--------- 
    8989 
    90 Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and `AJP1.3`_ 
    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:: 
     90Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and 
     91`AJP1.3`_ (the Apache JServ Protocol, version 1.3). Select your preferred 
     92protocol by using the ``protocol=<protocol_name>`` option with 
     93``./manage.py runfcgi`` -- where ``<protocol_name>`` may be one of: ``fcgi`` 
     94(the default), ``scgi`` or ``ajp``. For example:: 
    9495 
    9596    ./manage.py runfcgi --protocol=scgi