Re: [users@httpd] Warning: Documentroot doesn't exist

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've set up my VirtualHosts and for each Documentroot I get a warning
that it does not exist.

Warning: DocumentRoot [/home/httpd/webdev/html] does not exist

My VirtualHost is below.

<VirtualHost *:80>
         ServerAdmin jpaulson@xxxxxxxx
         DocumentRoot /home/httpd/webdev/html
         #ServerName
         DirectoryIndex index.php index.htm index.html index.cgi
         ErrorLog logs/error_log
         CustomLog logs/access_log combined
</VirtualHost>

Any ideas on what is causing this problem?  The directory is there.

Are you *absolutely* sure? Cut'n'paste the following command onto the
command-line and post back the result:

	ls -l /home/httpd/webdev/html

(do not re-type it - it is important to eliminate spelling and case
issues that humans sometimes becomes blind to).

[root@webdev html]# ls -l
total 16
-rwxrw-r--  1 root www 10 Mar  1 11:41 index.htm
-rwxr-xr-x  1 root www 20 Mar  1 11:41 index.php

That's the result I get. I've been messing around with both files trying to get either one of them to work hence the reason why they have different permissions on each file.

jay


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux