I have an apache server hosting multiple domains.
i had to use the same server as Load balancer for 1 domain .
have to send all the requests coming for that particular domain is load balanced across the cluster
The basic architecture present in
hosts ---- document root --- httpd.conf -- SSLVirtual hosts (config file referring to the forward.conf and also holds the cipher suites) -- forward.conf (directs the request to the destination server)
IN forward.conf , can i set the cluster and use the proxy pass.
i have to setup the health check request and stickiness too .
Can you please help with the complete config which specifies the health check and also the stickiness and the cluster