apache2 error : While creating Load Balancer
ProxySet: unknown lbmethod lbmethod=byrequests; balancer://mycluster
If you are getting above error after setting Load Balancer in your conf file while restarting apache, you need to enable following module in apache.
Run following command
Now Restart apache.
ProxySet: unknown lbmethod lbmethod=byrequests; balancer://mycluster
If you are getting above error after setting Load Balancer in your conf file while restarting apache, you need to enable following module in apache.
Run following command
sudo a2enmod lbmethod_byrequests
Now Restart apache.