Hi Sven<br>not to sure if this will help or not but i had a similar issue with heartbeat/pacemaker on centos and i added these entries into my httpd.conf and it works fine now<br><br>

<p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><span style="font-size:9.0pt;line-height:115%">1- Setting</span></b></p>

<p class="MsoNormal"><span style="font-size: 9pt; line-height: 115%;">ExtendedStatus
On</span></p><p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><br></span></p>

<p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><span style="font-size:9.0pt;line-height:115%">2- Enable the server-status</span></b></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><Location
/server-status></span></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><span style="mso-spacerun:yes">    </span>SetHandler server-status</span></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><span style="mso-spacerun:yes">    </span>Order deny,allow</span></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><span style="mso-spacerun:yes">    </span>Deny from all</span></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"><span style="mso-spacerun:yes">    </span>Allow from 127.0.0.1</span></p>

<p class="MsoNormal"><span style="font-size:9.0pt;line-height:115%"></Location></span></p>

<br>I'm not sure exactly what effect the above has as i seen the above discussed in another forum and gave it a try <br><br>Regards<br>Paul<br><br><br><br><div class="gmail_quote">On 8 February 2011 15:13, Testuser  SST <span dir="ltr"><<a href="mailto:fatcharly@gmx.de">fatcharly@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I´m implementing a two node webserver on CentOS 5 with heartbeat/pacemaker and DRBD. The first new installed node works fine, but when the second node becomes active, there seems to be a problem with the apache starting up. Is there a way to get some more information about the problem. I can start up the apache with a "service httpd start" without any failure.<br>

I´m using the packages supplied by the cluster labs repo.<br>
<br>
Here comes a part of the logfile:<br>
<br>
Feb 08 15:35:06 astinos crmd: [7660]: info: do_lrm_rsc_op: Performing key=8:742:0:7d755c4b-fa07-4a1b-87f0-d78894638e98 op=Apache_start_0 )<br>
Feb 08 15:35:06 astinos lrmd: [7657]: debug: on_msg_perform_op:2359: copying parameters for rsc Apache<br>
Feb 08 15:35:06 astinos lrmd: [7657]: debug: on_msg_perform_op: add an operation operation start[19] on ocf::apache::Apache for client 7660, its parameters: CRM_meta_timeout=[20000] crm_feature_set=[3.0.1] configfile=[/etc/httpd/conf/httpd.conf]  to the operation list.<br>

Feb 08 15:35:06 astinos lrmd: [7657]: info: rsc:Apache:19: start<br>
apache[8406]:   2011/02/08_15:35:07 INFO: apache not running<br>
apache[8406]:   2011/02/08_15:35:07 INFO: waiting for apache /etc/httpd/conf/httpd.conf to come up<br>
Feb 08 15:35:08 astinos lrmd: [7657]: WARN: Managed Apache:start process 8406 exited with return code 1.<br>
Feb 08 15:35:08 astinos crmd: [7660]: info: process_lrm_event: LRM operation Apache_start_0 (call=19, rc=1, cib-update=25, confirmed=true) unknown error<br>
<br>
<br>
Any suggestions ?<br>
<br>
Kind Regards<br>
<br>
Sven<br>
<br>
<br>
<br>
<br>
--<br>
NEU: FreePhone - kostenlos mobil telefonieren und surfen!<br>
Jetzt informieren: <a href="http://www.gmx.net/de/go/freephone" target="_blank">http://www.gmx.net/de/go/freephone</a><br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</blockquote></div><br>