You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Zack <na...@houston.rr.com> on 2005/08/08 01:32:23 UTC

[users@httpd] Apache won't display index.html

Hi I am a newbie to this. My problem is this: I have successfully installed apache and have added my index html file to the htdocs directory, but it is still displaying the apache test page. Any ideas? Thanks.

zack

Re: [users@httpd] Apache won't display index.html

Posted by Zack <na...@houston.rr.com>.
i am using windows xp SP2, apache version 2.0.54, and i am using the default httpd.conf file. here is my error log file:

[Sun Aug 07 17:46:48 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Sun Aug 07 17:46:48 2005] [notice] Server built: Apr 16 2005 14:25:31
[Sun Aug 07 17:46:48 2005] [notice] Parent: Created child process 1820
[Sun Aug 07 17:46:48 2005] [notice] Child 1820: Child process is running
[Sun Aug 07 17:46:48 2005] [notice] Child 1820: Acquired the start mutex.
[Sun Aug 07 17:46:48 2005] [notice] Child 1820: Starting 250 worker threads.
[Sun Aug 07 17:52:17 2005] [error] [client 66.25.8.173] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/favicon.ico
[Sun Aug 07 18:00:04 2005] [notice] Parent: Received restart signal -- Restarting the server.
[Sun Aug 07 18:00:04 2005] [notice] Child 1820: Exit event signaled. Child process is ending.
[Sun Aug 07 18:00:04 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Sun Aug 07 18:00:04 2005] [notice] Server built: Apr 16 2005 14:25:31
[Sun Aug 07 18:00:04 2005] [notice] Parent: Created child process 3648
[Sun Aug 07 18:00:04 2005] [notice] Child 3648: Child process is running
[Sun Aug 07 18:00:05 2005] [notice] Child 3648: Acquired the start mutex.
[Sun Aug 07 18:00:05 2005] [notice] Child 1820: Released the start mutex
[Sun Aug 07 18:00:05 2005] [notice] Child 3648: Starting 250 worker threads.
[Sun Aug 07 18:00:06 2005] [notice] Child 1820: Waiting for 250 worker threads to exit.
[Sun Aug 07 18:00:06 2005] [notice] Child 1820: All worker threads have exited.
[Sun Aug 07 18:00:06 2005] [notice] Child 1820: Child process is exiting
[Sun Aug 07 18:00:09 2005] [notice] Parent: Received restart signal -- Restarting the server.
[Sun Aug 07 18:00:09 2005] [notice] Child 3648: Exit event signaled. Child process is ending.
[Sun Aug 07 18:00:09 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Sun Aug 07 18:00:09 2005] [notice] Server built: Apr 16 2005 14:25:31
[Sun Aug 07 18:00:09 2005] [notice] Parent: Created child process 3168
[Sun Aug 07 18:00:10 2005] [notice] Child 3168: Child process is running
[Sun Aug 07 18:00:10 2005] [notice] Child 3168: Acquired the start mutex.
[Sun Aug 07 18:00:10 2005] [notice] Child 3648: Released the start mutex
[Sun Aug 07 18:00:10 2005] [notice] Child 3168: Starting 250 worker threads.
[Sun Aug 07 18:00:11 2005] [notice] Child 3648: Waiting for 250 worker threads to exit.
[Sun Aug 07 18:00:11 2005] [notice] Child 3648: All worker threads have exited.
[Sun Aug 07 18:00:11 2005] [notice] Child 3648: Child process is exiting
[Sun Aug 07 18:09:00 2005] [error] [client 66.25.8.173] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/index, referer: http://zack.radpages.com/index
[Sun Aug 07 18:09:05 2005] [error] [client 66.25.8.173] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/index, referer: http://zack.radpages.com/index
[Sun Aug 07 18:10:58 2005] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/htdocs
[Sun Aug 07 18:12:57 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Sun Aug 07 18:12:57 2005] [notice] Server built: Apr 16 2005 14:25:31
[Sun Aug 07 18:12:57 2005] [notice] Parent: Created child process 1252
[Sun Aug 07 18:12:59 2005] [notice] Child 1252: Child process is running
[Sun Aug 07 18:12:59 2005] [notice] Child 1252: Acquired the start mutex.
[Sun Aug 07 18:12:59 2005] [notice] Child 1252: Starting 250 worker threads.
[Sun Aug 07 18:56:38 2005] [error] [client 66.249.65.225] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/robots.txt
[Sun Aug 07 18:56:38 2005] [error] [client 66.249.65.225] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/blogs

i hope this is enough info now. sorry for not including it in the first place.
zack
  ----- Original Message ----- 
  From: Tim Burden 
  To: users@httpd.apache.org 
  Sent: Sunday, August 07, 2005 7:00 PM
  Subject: Re: [users@httpd] Apache won't display index.html


  Please annoint us with details such as OS, apache version, whether you are using the default httpd.conf file, any error messages you get in the logs, and so on.

  Best guess from the information available is that you are not putting the file in the actual document root. Do you have any virtual hosts configured?

  Regards
  Tim
    ----- Original Message ----- 
    From: Zack 
    To: users@httpd.apache.org 
    Sent: Sunday, August 07, 2005 7:32 PM
    Subject: [users@httpd] Apache won't display index.html


    Hi I am a newbie to this. My problem is this: I have successfully installed apache and have added my index html file to the htdocs directory, but it is still displaying the apache test page. Any ideas? Thanks.

    zack

Re: [users@httpd] Apache won't display index.html

Posted by Tim Burden <ti...@burden.ca>.
Please annoint us with details such as OS, apache version, whether you are using the default httpd.conf file, any error messages you get in the logs, and so on.

Best guess from the information available is that you are not putting the file in the actual document root. Do you have any virtual hosts configured?

Regards
Tim
  ----- Original Message ----- 
  From: Zack 
  To: users@httpd.apache.org 
  Sent: Sunday, August 07, 2005 7:32 PM
  Subject: [users@httpd] Apache won't display index.html


  Hi I am a newbie to this. My problem is this: I have successfully installed apache and have added my index html file to the htdocs directory, but it is still displaying the apache test page. Any ideas? Thanks.

  zack