diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-02-10 03:42:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-02-10 03:42:24 +0000 |
| commit | 45e0a522bbd3d2a947e5a77f767b8836c9327985 (patch) | |
| tree | 7553dc6946aa44bad006bf9bce9950649556813d /docs/fastcgi.txt | |
| parent | e57ce6b15714c3697bec8a911443aca6cf1172d2 (diff) | |
Fixed ReST bug in docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/fastcgi.txt')
| -rw-r--r-- | docs/fastcgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index b61df49190..1efeaf09cf 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -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 |
