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