summaryrefslogtreecommitdiff
path: root/modules/proxy/examples/mod_lbmethod_rr.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure updatelbstatus() is NULLJim Jagielski2017-07-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802845 13f79535-47bb-0310-9956-ffa450edef68
* Fix curly braces styleChristophe Jaillet2014-12-021-5/+6
| | | | | | Remove useless empty lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1642803 13f79535-47bb-0310-9956-ffa450edef68
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209766 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
| | | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-131-1/+5
| | | | | | sticky on these puppies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170256 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101067 13f79535-47bb-0310-9956-ffa450edef68
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
| | | | | | | advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
* server_rec *r... Oops should be server_rec *s.Jean-Frederic Clere2009-05-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774239 13f79535-47bb-0310-9956-ffa450edef68
* Arrange the proxy_balancer_method:Jean-Frederic Clere2009-05-121-1/+11
| | | | | | | | | - Put context back after the finder(). - Use server_rec as second parameter for reset() and age(). - Add the call for reset(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@773929 13f79535-47bb-0310-9956-ffa450edef68
* Change the order of mod_proxy and mod_proxy_balancer child_init().Jean-Frederic Clere2009-05-051-7/+7
| | | | | | | | | Change the balancer workers area to the address of workers instead copying the workers. Arrange lbmethod accordingly. Move the creation of conf->forward worker to mod_proxy child_init(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771940 13f79535-47bb-0310-9956-ffa450edef68
* And move mod_lbmethod_rr.c to that example dir so peopleJim Jagielski2007-11-141-0/+119
don't get confused git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594935 13f79535-47bb-0310-9956-ffa450edef68