It is required to include a newline character after every crontab definition.
A good way to make sure of this is to include a comment after the last line
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MA...
I was having difficulties trying to figure out how set up my vhosts directory on a MediaTemple GridService server. The problem was that it was saying I was forbidden access to the server (403 - Forbidden).
What I did not know, is that inside ...
Here are some general steps to find out approximately why httpd isn't responding, and is using 100% cpu. This guide is also helpful if httpd is not providing any useful messages in the error log.
The information below explains how to find httpd...