summaryrefslogtreecommitdiff
path: root/src/mod_scgi.c
Commit message (Expand)AuthorAgeFilesLines
* ok, rel_path is not updated by mod_indexfile or the pathinfo handlingJan Kneschke2006-01-061-1/+1
* use physical.rel_path instead url.path to handle case-insensitive file-system...Jan Kneschke2006-01-061-1/+1
* more unsigned/sign compare fixesJan Kneschke2005-11-181-3/+3
* fixed unsinged compareJan Kneschke2005-11-151-2/+3
* added startup-time selectable network-backendJan Kneschke2005-10-311-13/+1
* removed con->request.content (mem-buffer) by a chunk-queue Jan Kneschke2005-09-261-38/+92
* added the same check-local behaviour as in mod_fastcgiJan Kneschke2005-09-141-16/+43
* allow numbers in header-keysJan Kneschke2005-08-081-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-23/+8
* removed debug outputJan Kneschke2005-06-261-8/+0
* fixed scgi protocol handling and run first tests again pythonpasteJan Kneschke2005-06-121-262/+246
* added a mod_scgi.c to implement SCGI for the python folks. This justJan Kneschke2005-06-121-0/+3060