From a071609a7019500e31fcb71e5eb0acb37d9673ba Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 1 Apr 2007 06:44:17 +0000 Subject: [PATCH] More ReST antics with docs/fastcgi.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4900 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/fastcgi.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index 37a68d84c5..119688096f 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -87,10 +87,11 @@ or socket you specified when starting the FastCGI server. 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=`` option with ``./manage.py runfcgi`` -- where -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=`` option with +``./manage.py runfcgi`` -- where ```` may be one of: ``fcgi`` +(the default), ``scgi`` or ``ajp``. For example:: ./manage.py runfcgi --protocol=scgi