summaryrefslogtreecommitdiff
path: root/flup/server/scgi_base.py
Commit message (Expand)AuthorAgeFilesLines
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-291-33/+16
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-291-16/+33
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-051-0/+3
* Don't bother with connection debug stuff when dealing with UNIX sockets.Allan Saddi2006-11-251-4/+6
* Experimental support for SCGI over UNIX domain sockets.Allan Saddi2006-11-251-9/+39
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-181-20/+16
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-241-5/+18
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-311-1/+10
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-181-2/+11
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-181-7/+6
* Fix wsgi.multiprocess for scgi_fork. (Set to True.)Allan Saddi2005-05-181-4/+6
* mod_scgi doesn't pass in PATH_INFO. Deduce from SCRIPT_NAME.Allan Saddi2005-04-161-1/+20
* Checkpoint commit.Allan Saddi2005-04-151-0/+435