As we are planning to serve more traffic via php72-fpm, we need pybal to be able to ensure that php72-fpm backends are healthy. Right now pybal is able to test only one url, our goal is to have pybal check 2 urls (one served via hhvm and one via php72-fpm)
Plan:
- Deploy the new pybal
- Configure apache to send <testl url> to php72-fpm always
- Reconfigure pybal to check that url too
- Ensure everything works