On 20/09/11 19:49, Guillaume Bettayeb wrote: > Hi Tim, > > Thanks for the debugging link. > > I have tried what the page (and yourself) suggested but I can't make any > sense of the debugging output: > > http://pastebin.com/pwzReW5c > > > it shows when apache stops but still doesn't say why it stops...unless I > haven't properly figured out how to read that ?
That ouput is the sequence of every command the RA executed from start to finish. Apache is started between lines 93-99. The RA notices it's running around about line 147. Then it tries to request the server status page around line 174, using wget. This fails: + wget -O- -q -L --no-proxy --bind-address=127.0.0.1 http://localhost: + rc=1 Presumably your apache server-status configuration is broken. It needs to work with requests from/to localhost. Your apache error log may be helpful at this point. Regards, Tim -- Tim Serong Senior Clustering Engineer SUSE [email protected] _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
