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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to