summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* No need for this extra test, so remove dangit! :)fcgi-proxy-devJim Jagielski2006-04-131-3/+0
* Extend the output routine to ensure full writesJim Jagielski2006-04-011-12/+61
* Limit environment size to FastCGI to FCGI_MAX_ENV_SIZEJim Jagielski2006-03-292-11/+28
* Add support for starting multiple fastcgi processes listening on aGarrett Rooney2006-03-071-52/+66
* Oops, missed one thing I wanted to fix...Garrett Rooney2006-03-051-1/+1
* Add a first cut at a fastcgi starter program. This does the appropriateGarrett Rooney2006-03-052-1/+202
* Don't just hardcode 30 seconds as the poll timeout.Garrett Rooney2006-03-051-2/+8
* Fix up the path info in the balancer backend just like we do in theGarrett Rooney2006-03-052-5/+3
* Stop holding open connections to the backend fastcgi processes. AtGarrett Rooney2006-03-051-2/+9
* Bring the debugging output up to date with the kind of things that areGarrett Rooney2006-03-051-0/+19
* * modules/proxy/mod_proxy_fcgi.cGarrett Rooney2006-02-131-15/+12
* Document that we are being chunking in ourJim Jagielski2006-02-091-0/+11
* OK, if we have already seen headers, it's a smashingJim Jagielski2006-02-091-0/+5
* Minor style change: IMO checking for APR_SUCCESS isJim Jagielski2006-02-091-2/+2
* Now that the dispatch function handles the entire request there's no needGarrett Rooney2006-01-291-15/+5
* Clean up the end-of-headers detection code a bit. I'm still getting someGarrett Rooney2006-01-241-24/+21
* Update the proxy worker stats when we read/write data from/to the backGarrett Rooney2006-01-231-13/+37
* Update an old comment.Garrett Rooney2006-01-231-2/+1
* Fix the code that detects the end of the headers in mod_proxy_fcgi. InGarrett Rooney2006-01-231-10/+62
* Change the FastCGI URL scheme to fcgi://.Garrett Rooney2006-01-111-61/+29
* Allow for "natural" usage of normal FCGI structs when logical, yetJim Jagielski2006-01-092-57/+121
* After more comparison with existing mod_proxy backends, such as httpGarrett Rooney2006-01-091-5/+9
* Set up r->path_info so that the PATH_INFO environment variable getsGarrett Rooney2006-01-091-0/+2
* In theory, we now correctly implement all of the FastCGI protocol, soGarrett Rooney2006-01-081-2/+0
* Update a log message.Garrett Rooney2006-01-071-1/+1
* Make the handling of FastCGI request headers consistent. Previously, weGarrett Rooney2006-01-072-66/+68
* Make a pass through mod_proxy_fcgi and clean up its style a bit. ThisGarrett Rooney2006-01-061-31/+41
* Read the FCGI_STDERR stream and log it to the error log. This will needGarrett Rooney2006-01-061-10/+19
* Make sure that we read the padding bytes in all cases. Also cutGarrett Rooney2006-01-051-17/+9
* more debug statements.Ian Holsman2006-01-041-2/+14
* show me the header pleaseIan Holsman2006-01-041-1/+51
* Clean up record header parsing a bit. This may fix the problems someGarrett Rooney2006-01-041-8/+6
* Garret has a good point... even though we are sending the wholeJim Jagielski2006-01-031-10/+17
* Align with FCGI protocol defines.Jim Jagielski2006-01-032-3/+8
* Move the FastCGI protocol types/constants to a sep file.Jim Jagielski2006-01-022-45/+77
* Temporary hack to allow testing to continue. Interesting thatJim Jagielski2006-01-021-0/+2
* Avoid magic numbers. Since we are reading the header, let'sJim Jagielski2006-01-021-13/+12
* When we get some kind of write failure or protocol problem, close the current...Paul Querna2005-12-301-0/+3
* Handle reading fastcgi records with content length larger than AP_IOBUFSIZE.Paul Querna2005-12-301-14/+41
* Add support for reading FCGI_STDOUT and FCGI_END_REQUEST records from thePaul Querna2005-12-291-53/+253
* Add support for sending the FASTCGI_STDIN stream of data to the fastcgiPaul Querna2005-12-271-12/+114
* Add support for sending the environment to the backend fastcgi process Paul Querna2005-12-261-36/+196
* - Add defines for most common FastCGI values.Paul Querna2005-12-231-1/+83
* Fix the parsing of the protocol in ProxyPass, so now you can do:Paul Querna2005-12-231-50/+38
* Create a templte for a FastCGI proxy backend. It does not actually do much y...Paul Querna2005-12-182-0/+222
* Create a development branch for a FastCGI backend to mod_proxy.Paul Querna2005-12-180-0/+0
* * Fix ap_http_chunk_filter to create correct chunks in the case that aRuediger Pluem2005-12-172-0/+5
* Add the module details for our /base:@...,mod_foo.so magicWilliam A. Rowe Jr2005-12-161-0/+2
* A more generic explanationWilliam A. Rowe Jr2005-12-161-1/+2
* Test _NMAKE_VER define to determine nmake -nologo behavior,William A. Rowe Jr2005-12-161-7/+13