Fixed ReST bug in docs/fastcgi.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-02-10 03:42:24 +00:00
parent e57ce6b157
commit 45e0a522bb
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ In your Web root directory, add this to a file named ``.htaccess`` ::
Then, create a small script that tells Apache how to spawn your FastCGI
program. Create a file ``mysite.fcgi`` and place it in your Web directory, and
be sure to make it executable ::
be sure to make it executable::
#!/usr/bin/python
import sys, os