Why Can't I Get To Any Pages?

I have a dedicated server running Red Hat 7.2 with Apache 1.3.24. For some reason I can't get to any of the pages I have in my directory and I was wondering if someone could tell me if one of my settings are wrong under Webmin , Apache Webserver. Here's what I have:

Default Server

Defines the default settings for all other virtual servers, and processes any unhandled requests.
Address Any
Port Any
Server Name Automatic
Document Root "/usr/local/apache/htdocs"

Virtual Server

Handles the name-based server domain.com on address IP Address

Address IP Address
Port 80
Server Name domain.com
Document Root /home/website/htdocs


Here's whats coming up in my error log:

[Thu Jun 13 11:22:46 2002] [error] [client IP ADDRESS] File does not exist: /usr/local/apache/htdocs/test.html

Shouldn't it be looking in /home/website/htdocs, instead of /usr/local/apache/htdocs? If so, how do I change it?

 

 

 

 

Top