summaryrefslogtreecommitdiff
path: root/django/utils/daemonize.py
AgeCommit message (Collapse)Author
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2014-06-07Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.Aymeric Augustin
No test because this code is already deprecated (part of FastCGI support).
2012-07-20Switched to octal notation (bis).Aymeric Augustin
2012-07-20Switched to Python 3-compatible octal notation.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
Thanks Clueless for the initial patch. Note that unittest has been purposely left out (external package only used by Python 2.6).
2008-06-30Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick
Also allow the umask value to be customised. Thanks, Antonis Christofides. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. BasedMalcolm Tredinnick
on a patch from Tyson Clugg. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ↵Adrian Holovaty
jcrasta@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3174 bcc190cf-cafb-0310-a4f2-bffc1f526a37