Forum Discussion
URI Based load balancing.
You can create an appropriate health monitor (http/https) and configure it to perform a check against the URI you have in mind e.g.
GET /your/path/file.php HTTP/1.1\r\nHost: my.domain.com \r\nConnection: Close\r\n\r\n
If you apply the monitor to your pool (ensure the members are configured to use the monitor). If a member is marked as being unhealthy because it fails the health check then new requests will be sent to an alternate pool member.
Great!!! Thanks a ton. In my case there are nearly 20 URIs. Do I need to add them in sequence? GET /your/path/file1.php HTTP/1.1\r\nHost: my.domain.com \r\nConnection: Close\r\n\r\n GET /your/path/file2.php HTTP/1.1\r\nHost: my.domain.com \r\nConnection: Close\r\n\r\n GET /your/path/file3.php HTTP/1.1\r\nHost: my.domain.com \r\nConnection: Close\r\n\r\n and so on.... Kindly suggest
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com