Author: adrian
Date: 2007-04-01 01:44:17 -0500 (Sun, 01 Apr 2007)
New Revision: 4900

Modified:
   django/trunk/docs/fastcgi.txt
Log:
More ReST antics with docs/fastcgi.txt

Modified: django/trunk/docs/fastcgi.txt
===================================================================
--- django/trunk/docs/fastcgi.txt       2007-04-01 06:42:35 UTC (rev 4899)
+++ django/trunk/docs/fastcgi.txt       2007-04-01 06:44:17 UTC (rev 4900)
@@ -87,10 +87,11 @@
 Protocols
 ---------
 
-Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ 
and `AJP1.3`_
-(the Apache JServ Protocol, version 1.3). Select your preferred protocol by 
using the
-``protocol=``<protocol_name> option with ``./manage.py runfcgi`` -- where 
<protocol_name>
-may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example::
+Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and
+`AJP1.3`_ (the Apache JServ Protocol, version 1.3). Select your preferred
+protocol by using the ``protocol=<protocol_name>`` option with
+``./manage.py runfcgi`` -- where ``<protocol_name>`` may be one of: ``fcgi``
+(the default), ``scgi`` or ``ajp``. For example::
 
     ./manage.py runfcgi --protocol=scgi
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to