Re: Occasional loss of site...
I`ve seen this happen on another site recently, but not to the same extent.
It was caused by a dodgy .htaccess file that turned off keep alive, meaning apache had to spawn a request for every single file on the page eg each image, css, javascript file etc. This quickly built up and overloaded the web server, so it shut itself down and restarted.
It sounds like a similar sort of problem, in that something is overloading the web server, causing it to restart. Can be difficult to track down, especially on shared hosting as it may not be your site causing it, it could be someone elses, and also you don't get access to the system logs you need to spot the problem.
Looking through the server logs should give the host an idea of why it's happening, may be they are too lazy to do it though!
One other thing it could be is DNS incorrectly set up, but that would usually cause downtime for longer periods so it's unlikely to be that.
Try using a host monitor service, there are plenty of free ones round the net if you search. They constantly watch you server (automatically) and will send an email when it goes down and when it's back up. That will confirm that it's not just your location, how often it happens, and how long for. It will also timestamp the problem, so will give a lot more information to your host to look into, making life easier for them may get them to fix it.
|