| 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:: |
|---|
| | 90 | Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and |
|---|
| | 91 | `AJP1.3`_ (the Apache JServ Protocol, version 1.3). Select your preferred |
|---|
| | 92 | protocol 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:: |
|---|