summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_balancer.c
Commit message (Expand)AuthorAgeFilesLines
* All lbmethods are now ind submodules...Jim Jagielski2008-12-031-307/+0
* Allow determination of whether to use ';' asJim Jagielski2008-08-211-3/+7
* Add in additional logging and use correct formatsJim Jagielski2008-08-191-4/+13
* Remove trailing path element, ala ./jk/native/common/jk_lb_worker.c,Jim Jagielski2008-08-181-1/+1
* Add in bybusyness LB method, via Joel Gluth inJim Jagielski2008-08-181-0/+102
* * Move nonce field inside the html form.Ruediger Pluem2008-08-061-1/+2
* No functional change; simplify the CVE-2007-6420 fix slightly, asJoe Orton2008-06-061-9/+10
* Prevent CSRF attacks against the balancer-manager (CVE-2007-6420)Joe Orton2008-05-301-0/+39
* * Set at init time and combine comments.Ruediger Pluem2008-05-291-5/+7
* * Do not add the query string again in the case that we are using theRuediger Pluem2008-05-291-12/+9
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Correctly escape the worker route and the worker redirect string in the HTMLRuediger Pluem2007-12-281-4/+8
* * Prevent crash in balancer manager if invalid balancer name is passed asRuediger Pluem2007-12-281-1/+1
* * Set character set for HTML outputs generated by mod_ldap,Ruediger Pluem2007-12-241-1/+1
* * Remove unneeded include of unistd.h. getpid is not used any longer sinceRuediger Pluem2007-11-291-4/+0
* These really are block specific, so why notJim Jagielski2007-09-141-2/+2
* * Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_statRuediger Pluem2007-09-111-7/+23
* as not everyone needs sticky sessions - avoid segfault in balancer manager andAndré Malo2007-09-041-3/+9
* Return 503 only if the route matches some of the balancer members and nofailo...Mladen Turk2007-07-171-8/+25
* Fill notes "session-sticky" and subprocess_env "BALANCER_SESSION_STICKY"Jean-Frederic Clere2007-07-101-4/+9
* Don't display "PHPSESSIONID | PHPSESSIONID" but onlyJean-Frederic Clere2007-06-271-1/+6
* Remove the balancer modification logic of balancer-managerJean-Frederic Clere2007-06-271-67/+6
* Add sticky_path to solve PR41897.Jean-Frederic Clere2007-06-251-5/+12
* * Preset the form fields for route and redirect with the values of the activeRuediger Pluem2007-06-061-2/+2
* Fix compile warning:Jim Jagielski2006-12-081-1/+3
* Failure to unlock is very nasty, so log it to helpJim Jagielski2006-12-081-4/+19
* We are doing nothing here... but keep the stubsJim Jagielski2006-12-081-6/+3
* Log when the lock fails.Jim Jagielski2006-12-081-3/+8
* No need for each ind lb method to increment the electedJim Jagielski2006-12-081-5/+3
* Add force recovery for balancer.Mladen Turk2006-09-301-5/+36
* * Set the new environment variable BALANCER_ROUTE_CHANGED if a worker with aRuediger Pluem2006-09-161-0/+21
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* * Extract stickysession information correctly in the case that it is givenRuediger Pluem2006-09-041-3/+1
* Initialization change. Move to a different formatJim Jagielski2006-08-031-6/+10
* Reset standby flags for each loop through the cluster setsJim Jagielski2006-08-031-4/+4
* Good catch by RuedigerJim Jagielski2006-07-311-2/+2
* Add in a very simple balancer "set" concept, which allowsJim Jagielski2006-07-311-58/+91
* The number of times elected as well as the i/oJim Jagielski2006-07-121-1/+6
* It never fails. I sit on a patch for awhile andJim Jagielski2006-07-121-151/+106
* Add in hot-standby balancer member. If all other membersJim Jagielski2006-07-111-7/+77
* update license header textRoy T. Fielding2006-07-111-6/+6
* Restructure the find_route_worker() function. Basically,Jim Jagielski2006-07-111-38/+46
* * Retry worker chosen by client supplied route / redirect worker if itRuediger Pluem2006-06-271-11/+32
* * Add the following environment variables to expose the informationRuediger Pluem2006-06-261-0/+14
* Merge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end forGarrett Rooney2006-04-221-0/+3
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * Also initialize local data structures for workers of a balancer.Ruediger Pluem2006-04-161-0/+1
* * After r377780 the condition in the if clause never becomes true, becauseRuediger Pluem2006-04-141-10/+0
* * modules/proxy/mod_proxy_balancer.c: Include unistd.h to pick upJoe Orton2006-02-061-0/+4
* * Do not overwrite the status of initialized workers and respect the configuredRuediger Pluem2006-02-041-1/+10