summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-124-57/+129
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-125-15/+17
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-103-34/+39
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.Joe Orton2005-08-091-1/+1
* Hopefully, address the last edge case where status may William A. Rowe Jr2005-08-091-1/+2
* Remove the base href tag from mod_proxy_ftp, as it breaks relativeGraham Leggett2005-08-091-2/+1
* Two blank lines for clarity; whitespace only change.William A. Rowe Jr2005-08-081-0/+2
* We already accept 80 bytes less than the client body's anticipated William A. Rowe Jr2005-08-081-1/+1
* Drop an impossible case; the while() loop already protected usWilliam A. Rowe Jr2005-08-081-7/+0
* Fix a double-termination case in svn trunk/; we terminated theWilliam A. Rowe Jr2005-08-081-1/+0
* An impossible-to-hit edge case today; we described the requestWilliam A. Rowe Jr2005-08-081-13/+14
* Add status param option so that current workerMladen Turk2005-07-283-2/+41
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix formatJoe Orton2005-07-251-1/+4
* Yet another snafu in body handling. We need to clearly avoid anyWilliam A. Rowe Jr2005-07-181-18/+40
* Fix broken while () {} loops (lingering code from the old logic),William A. Rowe Jr2005-07-181-24/+36
* This patch adds a new hook (request_status) that gets ran in proxy_handlerIan Holsman2005-07-172-1/+24
* On Roy's suggestion; why wait to try to clear out the inputWilliam A. Rowe Jr2005-07-151-147/+182
* Fix a style problem; b is ambigous (is it a brigade or bucket?)William A. Rowe Jr2005-07-151-5/+5
* leaving force-proxy-request-1.0 for broken clients, revert myWilliam A. Rowe Jr2005-07-151-4/+2
* Missed an edge case; once we know the C-L didn't match, it'sWilliam A. Rowe Jr2005-07-141-2/+13
* How can I fix thee? let me count the ways...William A. Rowe Jr2005-07-141-93/+140
* Fix two fat-fingered typos from commit 216156. Code matches previousWilliam A. Rowe Jr2005-07-131-2/+2
* send_request_body and indentation made it very difficult to followWilliam A. Rowe Jr2005-07-131-105/+99
* End abuse of apr_strnat[case]cmp - it isn't str[case]cmp.William A. Rowe Jr2005-07-132-20/+21
* Fix a ton of wrong/silly indention, and clarify the fix-notesWilliam A. Rowe Jr2005-07-081-39/+41
* This test for TraceEnable cases cannot be buried within the max-forwardsWilliam A. Rowe Jr2005-07-061-16/+36
* Plug AllowTrace extended|on|off into proxy and http core.William A. Rowe Jr2005-07-011-0/+16
* proxy HTTP: If a response contains both Transfer-Encoding and aJeff Trawick2005-06-231-1/+16
* * modules/proxy/mod_proxy_balancer.c (proxy_balancer_pre_request): FixJoe Orton2005-06-231-1/+1
* mod_proxy_ftp: Fix comparison of char* to '\0'Paul Querna2005-06-031-1/+1
* - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin...Paul Querna2005-05-251-25/+12
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-156-6/+6
* Make sure mod_rewrite always runs before mod_proxy in the translate_name hook...Paul Querna2005-05-111-1/+1
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-185-5/+30
* Add failover to mod proxy. If the service is unavailable,Mladen Turk2005-04-111-9/+36
* Set default number of maxattempts to the number ofMladen Turk2005-04-111-1/+11
* Add two more APIs to the export and import lists for NetWareBradley Nicholes2005-04-102-0/+4
* Move direct_connect out of attempt loop. No need toMladen Turk2005-04-091-36/+27
* Simplify canon_handler. There is no thing like ajps:Mladen Turk2005-04-091-15/+3
* Simplify canon_handler. Blancer can have only a singleMladen Turk2005-04-091-3/+1
* Use two optional functions from mod_ssl so that weMladen Turk2005-04-093-5/+35
* Return correct status codes in case of bad request, thatMladen Turk2005-04-091-2/+5
* Add canon_handler for load balancer so that we haveMladen Turk2005-04-091-0/+52
* Revert the latest hack for setting query string.Mladen Turk2005-04-091-3/+1
* Return 'real' error status codes instead APR_EGENERAL.Mladen Turk2005-04-092-40/+43
* Add r->args to uri->query if the original r->uriMladen Turk2005-04-091-1/+3
* Remove useless loging of something that is not an error.Mladen Turk2005-04-091-3/+0
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2005-04-011-1/+1
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+1