|
message: 6
date: Fri, 31 Aug 2007 11:38:13 -0400
from: <matt.haas@xxxxxxxxxxx>
subject: Re: [WEB400] CGIDEV2 & Page not Found.
Terry,
The HTTP error log will tell you what's being called. This
sounds like a problem with your httpd.conf file. When the
server doesn't know how to fulfill a request, you'll get
entries like this in the error log:
[Fri Aug 31 11:23:12 2007] [error] [client 64.107.94.17]
ZSRV_MSG0018: File /tltswebs/serviceplus/favicon.ico does
not exist [Fri Aug 31 11:23:12 2007] [error] [client
64.107.94.17] ZSRV_MSG0016: URI in request GET /favicon.ico
HTTP/1.1 is not valid
The first entry is what it tried to resolve the request to
and the second is the URI (URL less the protocol and host
name) that was requested.
If the error log doesn't help, you could always start the
server with option -vv (two lowercase V's), try the page,
and stop the server. This will produce a trace log that will
show you what's going on.
Matt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.