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&#39;t seems to work. I guess I am not using it correctly.<br>
<br>primitive apache2 ocf:heartbeat:apache \<br>        params configfile=&quot;/etc/apache2/apache2.conf&quot; port=&quot;443&quot; testurl=&quot;<a href="https://127.0.0.1">https://127.0.0.1</a>&quot; \<br>        op monitor interval=&quot;10&quot; timeout=&quot;20s&quot; depth=&quot;0&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;40&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;60&quot; <br><br>I only have one virtualhost serving https. <br><br>Anyone does know how it works ?<br>
<br>Regards,<br><br>Hugo<br>