Hi,
Basically, I instally MySQL+Apache+PHP via binary source in my Redhat 7.x.
I realise that if install via the RPM package, it actually will auto start the HTTPD and MYSQL automatically if i shut it down.
So, I wondering whether I need to write a script(PHP?) to detect if the MySQL or Apache service is not runnign or error, i will restart/start it immedietly. Can I do that? or there is another way to do it?
Thanks
Louis