summaryrefslogtreecommitdiff
path: root/flup/server/ajp_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+21
* change debug to default to FalseJon Nelson2009-06-121-4/+3
* 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-2/+6
* Attempt to deduce missing PATH_INFO and/or QUERY_STRING fromAllan Saddi2008-07-221-2/+5
* Fix readline implementations so size argument is checkedAllan Saddi2007-09-101-3/+3
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-051-0/+3
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-181-12/+14
* Fix illusive problem with AJP implementation.Allan Saddi2006-05-041-2/+2
* 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-9/+14
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-181-2/+8
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-181-2/+6
* Checkpoint commit.Allan Saddi2005-04-151-0/+916