Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5e19019bca
commit
3a3669e010
|
@ -113,7 +113,7 @@ Running a preforked server on a Unix domain socket::
|
||||||
|
|
||||||
Run without daemonizing (backgrounding) the process (good for debugging)::
|
Run without daemonizing (backgrounding) the process (good for debugging)::
|
||||||
|
|
||||||
./manage.py runfcgi daemonize=false socket=/tmp/mysite.sock
|
./manage.py runfcgi daemonize=false socket=/tmp/mysite.sock maxrequests=1
|
||||||
|
|
||||||
Stopping the FastCGI daemon
|
Stopping the FastCGI daemon
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue