|
got those emails also before.
you could try to see what's causing the apache from failing to start up by running it manually on the command line and correct any errors that shows up in there.
mine turns out that the ServerAdmin line in the httpd.conf of apache does not have an email set. i just put in an email there and it worked.
and also, dont forget to read the comments on that file, as there are instructions in there as well should the changed you made did not stick.
|