<div class="gmail_quote">2010/6/12 Julio Gómez <span dir="ltr"><<a href="mailto:julio@openinside.es">julio@openinside.es</a>></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><Location /server-status><br>    SetHandler server-status<br>    Order deny,allow<br>    Deny from all<br>
    Allow from 127.0.0.1<br></Location><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 "crm configure show" would return something like this for your Apache resource:<br><br>primitive apache ocf:heartbeat:apache \<br>    params configfile="/etc/httpd/conf/httpd.conf" \<br>
    op monitor interval="1min" \<br>    op start interval="0" timeout="40" \<br>    op stop interval="0" timeout="60"<br><br>HIH,<br>Gianluca<br><br>