Apache 2 errors

herotm

Verified User
Joined
May 30, 2007
Messages
5
Sometimes when I restart apache by typing service httpd restart I get these errors

Stopping httpd: [ OK ]
Starting httpd: Warning: DocumentRoot [/home/radiolov/domains/radiolove.*****.com/public_html] does not exist

Sometimes my apache failed to restart when these folders does not exist, is there anyway I can avoid these?

my php and apache info 38.119.53.130/info.php
 
Warnings do not stop apache from restarting. You could of course create the file so it'll exist, but it doesn't exist for a reason. Proper course of action is to ignore the warning.

I repeat, the warning does not stop apache from restarting. There's got to be a different reason.

Jeff
 
Ï have the same problem - sorry for my bad knowledge about http - how can I fixed that problem? The was an old map, deleted for same time ago, that the start of http complain about.

Sorry... problem solved, found an old subdomain.
 
Last edited:
Back
Top