summaryrefslogtreecommitdiff
path: root/django/core/servers/fastcgi.py
AgeCommit message (Expand)Author
2009-04-01Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan.Jacob Kaplan-Moss
2009-03-20Fixed #10556 -- Fixed a problem in the fastcgi server after r10088.Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-06-30Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick
2008-03-18Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.Jacob Kaplan-Moss
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-04-01Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick
2006-12-07Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ...Adrian Holovaty
2006-11-07Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,...Jacob Kaplan-Moss
2006-10-31Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad...Russell Keith-Magee
2006-09-21Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional.Malcolm Tredinnick
2006-09-14Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a...Adrian Holovaty
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty