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.

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to