<div class="gmail_quote">2010/6/12 Julio Gómez <span dir="ltr">&lt;<a href="mailto:julio@openinside.es">julio@openinside.es</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
There is the error. Thanks.<br>

<br>
</blockquote></div><br><br>Marco was meaning about uncommenting these lines in your /etc/apache2/apache2.conf<br><br>&lt;Location /server-status&gt;<br>    SetHandler server-status<br>    Order deny,allow<br>    Deny from all<br>
    Allow from 127.0.0.1<br>&lt;/Location&gt;<br><br>and to have this uncommented (default for rh el 5 based httpd rpm) too:<br><br>LoadModule status_module modules/mod_status.so<br><br>Note that you also need to setup monitoring for the resource then.<br>
<br>The command &quot;crm configure show&quot; would return something like this for your Apache resource:<br><br>primitive apache ocf:heartbeat:apache \<br>    params configfile=&quot;/etc/httpd/conf/httpd.conf&quot; \<br>
    op monitor interval=&quot;1min&quot; \<br>    op start interval=&quot;0&quot; timeout=&quot;40&quot; \<br>    op stop interval=&quot;0&quot; timeout=&quot;60&quot;<br><br>HIH,<br>Gianluca<br><br>