Django

Code

Changeset 4899

Show
Ignore:
Timestamp:
04/01/07 01:42:35 (2 years ago)
Author:
adrian
Message:

Fixed ReST error in docs/fastcgi.txt

Files:

Legend:

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

    r4898 r4899  
    9090Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and `AJP1.3`_ 
    9191(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> 
     93may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example:: 
    9494 
    9595    ./manage.py runfcgi --protocol=scgi