Changeset 4471
- Timestamp:
- 02/09/07 21:42:24 (2 years ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r4420 r4471 275 275 Then, create a small script that tells Apache how to spawn your FastCGI 276 276 program. Create a file ``mysite.fcgi`` and place it in your Web directory, and 277 be sure to make it executable ::277 be sure to make it executable:: 278 278 279 279 #!/usr/bin/python
