mirror of https://github.com/django/django.git
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:
parent
e57ce6b157
commit
45e0a522bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue