nice to be back![]()
I complained to the hosting co last week, they said they'd keep an eye on it, guess that doesn't include weekends.
Grrrrrrrrr
I complained to the hosting co last week, they said they'd keep an eye on it, guess that doesn't include weekends.
Grrrrrrrrr
Well it was fine before the virus I had. I paid them to remove it so do expect that it should work as before, but it doesn't.Your hosting company give you quite a bit too much downtime![]()
run every few minutes should do the trick (may need a couple of tweaks to your environment).#!/bin/bash
if [ `pgrep apache2 -c` -le "0" ]; then
/etc/init.d/apache2 stop
pkill -u apache #or what ever your apache user is
/etc/init.d/apache2 start
fi
I'm thinking to try upgrading VB to a more recent version before I do that.
We use essential cookies to make this site work, and optional cookies to enhance your experience.