Hi Stephane
as you said,  iam  getting the following errors
 
 In error log file
[Fri Jan 27 14:16:37 2006] [error] [client 172.16.100.4] File does not exist: D:/Apache2/htdocs/status.html
 In access log
172.16.100.4 - - [27/Jan/2006:14:16:37 +0530] "GET /status.html HTTP/1.1" 404 296
 
But i placed status.html in   D:/Apache2/htdocs
 
 
 
 
 
 
 


Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote:
Some web server replied with a HTTP 404, whether apache or another. What you need to find out is whether it was Apache that replied.

Supposing you r ServerRoot is d:/apache2 and your ErrorLog is logs/error.log, please post the relevant parts of the file d:\apache2\logs\error.log

If Apache is actually started, your error log file should contain something like:

[Mon Oct 17 09:05:26 2005] [notice] Apache configured -- resuming normal operations

If Apache served the HTTP 404, you should see something like:

[Mon Oct 17 18:51:35 2005] [error] [client 10.0.0.1] File does not exist: d:/apache2/htdocs/hello.html

and the access log

10.0.0.1 - - [17/Oct/2005:18:51:35 +0100] "GET /hello.html HTTP/1.1" 404 271 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; .NET CLR 1.1.4322)"

If nothing like the above appears in any log file, you have another HTTP server running - maybe IIS.

-ascs

________________________________

From: mohan devanoor [mailto:[EMAIL PROTECTED]
Sent: Friday, January 27, 2006 9:34 AM
To: users@httpd.apache.org
Subje ct: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)..


Hi,
Actually i want my web page to run on apache server.(Ex: hello.html)
i want it to get it accesed from the same system in whic i have my apache server
Ex: http://localhost/Mywebsite
then i need to get my webpage (hello.html)
I have checked the Document root and placed my hello.html in that directory.
i.e d:/apache2/htdocs
and tried accessing http://localhost/hello.html
http://localhost/htdocs/hello.html
but the page couldnt be served.
This is the problem




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




What are the most popular cars? Find out at Yahoo! Autos

Reply via email to