summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ProxyStatus syntax error message.Jeff Trawick2005-11-161-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-60/+60
* * Fix PR36906 by not lower caseing the whole worker name. Only lower case theRuediger Pluem2005-10-251-1/+0
* * run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLERuediger Pluem2005-10-021-2/+16
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gccJoe Orton2005-09-101-1/+2
* Proxy balancer lbmethods are now registered as providers and notJim Jagielski2005-09-091-15/+6
* Minor nit. Methods are server-wide, so simply use the base version table.Jim Jagielski2005-09-071-1/+1
* Restruct of lbmethod find-best algo's, bypassing hook mechanism.Jim Jagielski2005-09-071-6/+1
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-121-13/+26
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-101-27/+22
* Add status param option so that current workerMladen Turk2005-07-281-0/+37
* This patch adds a new hook (request_status) that gets ran in proxy_handlerIan Holsman2005-07-171-1/+9
* End abuse of apr_strnat[case]cmp - it isn't str[case]cmp.William A. Rowe Jr2005-07-131-1/+1
* 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
* Make sure mod_rewrite always runs before mod_proxy in the translate_name hook...Paul Querna2005-05-111-1/+1
* Add failover to mod proxy. If the service is unavailable,Mladen Turk2005-04-111-9/+36
* Move direct_connect out of attempt loop. No need toMladen Turk2005-04-091-36/+27
* Use two optional functions from mod_ssl so that weMladen Turk2005-04-091-0/+29
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* mod_proxy: Fix ProxyRemoteMatch directive.Justin Erenkrantz2005-02-031-2/+2
* Clean up some crumbs... The sandwich is next.Sander Striker2005-02-031-1/+0
* Remove old FIX_15207 snippetsJim Jagielski2005-02-031-83/+0
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-031-1/+0
* Fix #32367 support for ProxyPass /foo !Mladen Turk2005-02-011-0/+5
* Add in a weighted byte count of all traffic (in and out) asJim Jagielski2005-01-241-2/+15
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* simplify the BalancerMember load factor weighting. Instead ofJim Jagielski2004-12-161-2/+2
* "transfered" is not a word.Cliff Woolley2004-12-141-2/+2
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-141-2/+2
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-141-0/+4
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-011-0/+14
* Merge the proxy_status too. Thanks to Christian von Rouques for the patch.Mladen Turk2004-10-141-0/+1
* Use apr_strftime instead our own format_byte_out function.Mladen Turk2004-09-291-24/+5
* Make sure that we don't increase balancer worker count onMladen Turk2004-09-281-0/+2
* Initialize workers for every virtual server not just for default one.Mladen Turk2004-09-261-19/+22
* Remove proxy_runtime_worker and make the things simpler byMladen Turk2004-09-261-28/+48
* Display worker status under server-statusMladen Turk2004-09-161-5/+14
* Add maximum nuber of attempts for failover and run scheme handlerMladen Turk2004-09-161-64/+91
* Register output function so that core can retrieve it and setMladen Turk2004-09-151-1/+3
* Add more comments to the code -- No functional change.Mladen Turk2004-09-111-1/+43
* Do not add forward proxy to other proxies. Use new function toMladen Turk2004-09-111-9/+7
* Initialize the forward proxy worker too.Mladen Turk2004-09-101-0/+3
* Just like for balancers initialize the workers on post_configMladen Turk2004-09-101-1/+12
* Add PROXY_WORKER_IGNORE_ERRORS flags thatMladen Turk2004-09-091-6/+9
* Add 'default' foward proxy worker to the proxy_server_conf.Mladen Turk2004-09-091-0/+11
* remove unused variables and fix some compiler warnings about constAndré Malo2004-08-261-1/+1
* Add pool used for allocating proxy_server_conf to that struct.Mladen Turk2004-08-261-1/+2