  | |  | Warning: Documentroot doesn 't exist | Warning: Documentroot doesn 't exist 2005-03-02 - By Jay Paulson
>> 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@(protected) >> 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@(protected) 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@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |