summaryrefslogtreecommitdiff
path: root/django/utils/daemonize.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick2008-06-301-4/+5
* Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.Jacob Kaplan-Moss2008-03-181-0/+2
* Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. BasedMalcolm Tredinnick2008-03-181-2/+2
* Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty2006-06-201-0/+55