summaryrefslogtreecommitdiff
path: root/flup/server/scgi.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* Forgot to update the subclasses.Allan Saddi2005-04-161-2/+8
* Checkpoint commit.Allan Saddi2005-04-151-546/+19
* flup package, first cut.Allan Saddi2005-04-151-0/+699