Dear community,<br><br>I am trying to configure the ocf script ocf_heartbeat_apache.<br>I disable the default site from apache conf. So the ra is not able to detect if the apache2 is running.<br><br>I try to configure the testurl parameter, but doesn't seems to work. I guess I am not using it correctly.<br>
<br>primitive apache2 ocf:heartbeat:apache \<br>        params configfile="/etc/apache2/apache2.conf" port="443" testurl="<a href="https://127.0.0.1">https://127.0.0.1</a>" \<br>        op monitor interval="10" timeout="20s" depth="0" \<br>
        op stop interval="0" timeout="40" \<br>        op start interval="0" timeout="60" <br><br>I only have one virtualhost serving https. <br><br>Anyone does know how it works ?<br>
<br>Regards,<br><br>Hugo<br>