Page 1 of 1

httpd restart - dev/null doesn't not exist

Posted: Wed Oct 13, 2010 12:35 pm
by aceSpec
Hey,

Im trying to get a php library installed on my php/apache box. I ran the installation and now im trying to restart it.

I ran:

Code: Select all

/etc/init.d/httpd restart
from one level outside of etc.

Then I got this error:

Code: Select all

Warning: DocumentRoot [/dev/null] does not exist
If I go into etc, /dev/null does exist.

Any ideas?

Thanks in advance.

Re: httpd restart - dev/null doesn't not exist

Posted: Wed Oct 13, 2010 12:59 pm
by John Cartwright
Why is your document root pointed to /dev/null? Thats generally where you send output to die.