I'm having an issue starting a clustered Apache service in 5.3. <br><br>If I do a basic ip->httpd service, I get an error about a missing PID.<br><br>snippet from cluster.conf<br><br><service autostart="1" domain="ecom.dev" exclusive="0" name="httpd1" recovery="relocate"><br>
            <ip address="192.168.51.88" monitor_link="1"><br>                <apache config_file="conf/httpd.conf" httpd_options="" name="httpd1" server_root="/etc/httpd/httpd1" shutdown_wait="0"/><br>
            </ip><br></service><br><br><br>Error:<br>Mar 15 07:43:25 ag01 clurgmgrd: [18329]: <err> Checking Existence Of File /var/run/cluster/apache/apache:httpd1.pid [apache:httpd1] > Failed - File Doesn't Exist <br>
Mar 15 07:43:25 ag01 clurgmgrd: [18329]: <err> Stopping Service apache:httpd1 > Failed <br><br>If I go into /etc/cluster/apache/apache:httpd/httpd.conf and uncomment the ###Listen <a href="http://192.168.51.88:80">192.168.51.88:80</a> it works fine. It also genereates the proper PID.<br>
<br>Ideas on what's going on here? I'm pretty sure it's supposed to inherit the Listen address from the cluster.conf file, not have it commented out.<br><br><br>Regards,<br>Henry Robertson<br><br>HJR Consulting LLC<br>