]> granicus.if.org Git - apache/history - modules/proxy/proxy_balancer.c
Add failover attempts management to balancer-manager.
[apache] / modules / proxy / proxy_balancer.c
2004-09-16 Mladen TurkAdd failover attempts management to balancer-manager.
2004-09-15 Mladen TurkDo not set shared data from previous worker if ap_get_s...
2004-09-15 Mladen TurkFix core dump on WIN32 caused by the fact that there...
2004-09-15 Mladen TurkWorker shared data has to be visible across all child...
2004-09-11 Mladen TurkAdd more comments to the code -- No functional change.
2004-09-10 Mladen TurkInitialize the balancer on child_init instead on first...
2004-09-10 Mladen TurkInclude unistd.h for getpid.
2004-09-10 Mladen TurkMove the shared scoreboard data initization to the...
2004-09-03 Jeff Trawickspell check
2004-08-26 André Maloremove unused variables and fix some compiler warnings...
2004-08-26 Mladen TurkAdd dynamic management to load balancer:
2004-08-24 Mladen TurkRemove uneeded access_status variable.
2004-08-24 Mladen TurkDo not check the balancer param.
2004-08-24 Mladen TurkIncrease the request count for each runtime worker
2004-08-24 Mladen TurkAdd session route to request rec notes if present.
2004-08-13 Jeff Trawickfix some const issues with string searching
2004-08-11 William A. Rowe JrFix the url rewriting, and few minor developement bugs.
2004-08-11 William A. Rowe JrImplement the worker retry functionality.
2004-08-11 William A. Rowe JrUse the proxy_runtime_stat that either comes from score...
2004-08-11 William A. Rowe JrAdd rewrite url function and calcute lbstatuses when...
2004-08-11 William A. Rowe JrThe lbstatus needs to be updated for every worker,...
2004-08-11 William A. Rowe JrAdd finding of a most suitable worker.
2004-08-11 William A. Rowe JrAdd proxy_balancer to proxy module, including config...