A process check check for apache processes, and if this fails, it should execute an Action Profile "RestartLinuxApache", with contains the action "Execute external program", with these attributes:

The Command Line being:
/etc/init.d/apache stop;sleep 5;/etc/init.d/apache start
When I kill the apache process to test, I see this in the syslog:
25-04-2007 12:31:37 Action "Execute external program" executed by RMA "pai05500-1.vfnz.a.p"
But the apache never restarts on the server...why?