[Bug 250847] Re: Apache predefined script in redhat-cluster-suite is not properly setup for Ubuntu
Ante Karamatić
ivoks at grad.hr
Wed Jul 30 21:25:42 BST 2008
Real fix would be adding:
status)
PID=$(pidof_apache)
if [ -n "$PID" ]; then
log_success_msg "Apache is running (pid $PID)."
exit 0
else
log_failure_msg "Apache is not running."
exit 1
fi
;;
to /etc/init.d/apache2 before *).
This of course, doesn't mean that there's no bug in configuration parser
in rgmanager.
--
Apache predefined script in redhat-cluster-suite is not properly setup for Ubuntu
https://bugs.launchpad.net/bugs/250847
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
More information about the Ubuntu-server-bugs
mailing list