summaryrefslogtreecommitdiff
path: root/flup/server/scgi_base.py
Commit message (Expand)AuthorAgeFilesLines
* When deriving PATH_INFO from REQUEST_URI, take SCRIPT_NAME into account.Allan Saddi2011-02-191-1/+4
* Use HTTP status code 500 for error pages.Allan Saddi2011-01-111-2/+4
* Cancel alarm before restoring old SIGALRM handler. #43Allan Saddi2009-11-041-0/+1
* Add configurable timeout (default: no timeout) to be used when theAllan Saddi2009-10-211-1/+22
* change debug to default to FalseJon Nelson2009-06-121-3/+2
* Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.Allan Saddi2009-06-051-1/+1
* Add an indication as to which header fails assertion whenAllan Saddi2008-09-111-2/+2
* Revise previous patch for compatibility with pre-2.5 Python.Allan Saddi2008-07-221-4/+8
* Attempt to deduce missing PATH_INFO and/or QUERY_STRING fromAllan Saddi2008-07-221-4/+10
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-021-16/+33
* 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