diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2006-06-21 23:06:24 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2006-06-21 23:06:24 +0000 |
| commit | a490d6b4f69fc8f43a89d18b091bd3e97b145de6 (patch) | |
| tree | fcc5912e84169ba721e57bb25832a8e7053c2d98 /docs/fastcgi.txt | |
| parent | a159f660fef417d3f165e72678db8e3b90153006 (diff) | |
Fixed a few small rst errors in request/response and fastcgi docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/fastcgi.txt')
| -rw-r--r-- | docs/fastcgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index eee9c8e337..41b9561b6d 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -3,7 +3,7 @@ How to use Django with FastCGI ============================== Although the current preferred setup for running Django is Apache_ with -`mod_python`_, many people use shared hosting, on which FastCGI_ is the only +`mod_python`_, many people use shared hosting, on which FastCGI is the only viable option. In some setups, FastCGI also allows better security -- and, possibly, better performance -- than mod_python. @@ -259,4 +259,4 @@ restart your django application for you. If you have access to a command shell on a unix system, restarting the server can be done with the ``touch`` command:: - touch mysite.fcgi
\ No newline at end of file + touch mysite.fcgi |
