summaryrefslogtreecommitdiff
path: root/flup/server/scgi_fork.py
Commit message (Expand)AuthorAgeFilesLines
* Add configurable timeout (default: no timeout) to be used when theAllan Saddi2009-10-211-2/+4
* tweak for docs building with SphinxJon Nelson2009-07-061-33/+39
* change debug to default to FalseJon Nelson2009-06-121-2/+3
* Import Paste factories (and dependencies...) from PasteScriptAllan Saddi2009-05-181-4/+0
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-021-2/+2
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-291-2/+2
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-291-2/+2
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-051-0/+2
* Change intra-package imports into absolute imports.Allan Saddi2006-12-021-2/+2
* Experimental support for SCGI over UNIX domain sockets.Allan Saddi2006-11-251-6/+14
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-241-3/+8
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-181-3/+2
* Fix wsgi.multiprocess for scgi_fork. (Set to True.)Allan Saddi2005-05-181-0/+2
* Forgot to update the subclasses.Allan Saddi2005-04-161-2/+8
* Checkpoint commit.Allan Saddi2005-04-151-375/+17
* flup package, first cut.Allan Saddi2005-04-151-0/+528