I'm trying to setup some load balancing for my server. Using mod_proxy_balancer everything seems pretty straightforward. my problem is that I need a random balancing algorithm (as to why i would want that, its a client's request).
As far as i can see the available options for lbmethod are byrequests bytraffic byrequests is there any way to get random balancing without writing my own module (won't be that difficult, but still i would like to avoid it )