summaryrefslogtreecommitdiff
path: root/flup/server/ajp_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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