Warning: DocumentRoot * does not exist on Centos 6
- by user1213807
My virtual hosts lines:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/example.com
ServerName example.com
ErrorLog logs/example.com-error_log
CustomLog logs/example.com.com-access_log common
</VirtualHost>
And when I apache restart (sudo apachectl -k stop) get this error:
Warning: DocumentRoot [/www/docs/example.com] does not exist
I've checked some ways:
All files and directories permissions is OK, everything 755.
I think, maybe this error about SeLinux and disable it. But not working. Still same error.
How can I fix this problem?