From a1fda7e1b05c85191fbbafb16081c428862fba57 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sat, 26 Jul 2008 00:26:51 +0000 Subject: [PATCH] Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8076 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/fastcgi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index b0490171b6..edd4c8a83d 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -356,10 +356,10 @@ Apache + mod_rewrite in some situations), Django will work out the original prefix automatically. In the cases where Django cannot work out the prefix correctly and where you -wan the original value to be used in URLs, you can set the +want the original value to be used in URLs, you can set the ``FORCE_SCRIPT_NAME`` setting in your main ``settings`` file. This sets the script name uniformly for every URL served via that settings file. Thus you'll -need to use different settings files is you want different sets of URLs to +need to use different settings files if you want different sets of URLs to have different script names in this case, but that is a rare situation. As an example of how to use it, if your Django configuration is serving all of