summaryrefslogtreecommitdiff
path: root/django/core/servers/fastcgi.py
AgeCommit message (Expand)Author
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