I have an ALB and a target group pointing to my EC2 instance running apache2 on Centos 7. the healthcheck path by default is pointing to '/'
If i create a default website in virtualhosts, everything works as the Healthcheck's status is 'Healthy'; but if I want to turn off the default site and only have certain URLs available, what should I change the default path to? I've tried various paths and the status always seems to go to "unhealthy"