This program is supposed to trigger a script when a fail over from an LB hits it.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
admin d2be07dc12 added a readme il y a 7 mois
test.local initial commit il y a 7 mois
README.md added a readme il y a 7 mois
main initial commit il y a 7 mois
main.d initial commit il y a 7 mois
main.o initial commit il y a 7 mois

README.md

This is supposed to accept connections from a Load Balancer fail over, and trigger a script based on getting a connection.

So if your LB is sends traffic from http://test.local to serverA and serverA goes down, and this is listed as the failover, When it receives a connection trying to reach http://test.local, it will run the script in the path /test.local/run.sh This run.sh script should contain the commands needed to restart the webserver on serverA, to get it back up.