I am running a Dev environment on AWS EC2, Last Friday everything was working fine.
Today i figured out that Apache on dev environment doesn't work properly.
What i did last friday was, i created a new dev account for a new developer with his directory and added him to the Vhost which was nothing special.
Now when i reboot the instance on AWS its giving me warning :
Warning: DocumentRoot [/home/dev1/www/web] does not exist
Warning: DocumentRoot [/home/dev2/www/web] does not exist
Warning: DocumentRoot [/home/dev3/www/web] does not exist
...
And when i try to su with one of the account i got
# su - dev1
No directory, logging in with HOME=/
How can i Fix this ? and where to check for log ?