On Thu, Apr 24, 2008 at 8:42 AM, Martin <fsydit@xxxxxxxxxxxx> wrote: > This is my httpd.conf file > > mail:/etc/apache2# cat httpd.conf > NameVirtualHost *:80 > <VirtualHost mail.forumsyd.net:80> That should be <VirtualHost *:80>. I bet that fixes your problem. > [Thu Apr 24 15:28:43 2008] [error] [client 192.168.0.81] File does not > exist: /htdocs > > and the file system > > mail:/var/www# pwd > /var/www > mail:/var/www# ls -l > total 12 > drwxr-xr-x 3 root root 4096 2008-04-18 13:26 apache2-default > drwxr-xr-x 3 root root 4096 2008-04-14 18:19 cgi-bin > lrwxrwxrwx 1 root root 25 2008-04-18 16:42 htdocs -> > /var/www/apache2-default/ > drwxr-xr-x 3 root root 4096 2008-04-14 18:44 images > mail:/var/www# > The error log reports that apache is looking in the file-system path /htdocs, so that would be /htdocs off the root, and not /var/www/htdocs. Joshua. --------------------------------------------------------------------- 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