This is a discussion on Re: Error in reporting in apache log file (Apache 2.0.45) within the Linux Web Servers forums, part of the Web Server and Related Forums category; B. G. Mahesh wrote: > hi > > I am using Apache/2.0.45 on Linux. I see many ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
B. G. Mahesh wrote:
> hi > > I am using Apache/2.0.45 on Linux. I see many messages of the > following type, > > 12.147.4.130 - - [11/Aug/2004:12:00:29 +051800] "GET > /companies/computers/software/img/blank.gif HTTP/1.1" 404 343 > "http://indiafocus.indiainfo.com/companies/computers/software/" > "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR > 1.1.4322)" > > On http://indiafocus.indiainfo.com/comp...ters/software/ I > access http://indiafocus.indiainfo.com/img/blank.gif but I don't have > code that reads http://indiafocus.indiainfo.com/comp.../img/blank.gif > > > Is it the fault of the browser that is causing this problem? Or do I > need to change something in the apache configuration? This is almost certainly an error in your html. You probably have <img src="img/blank.gif"> whereas you want to have <img src="/img/blank.gif"> Joshua. |
|
|||
|
"Joshua Slive" <jslive@gmail.com> wrote in message news:<cfddq4$vno@odak26.prod.google.com>...
> B. G. Mahesh wrote: > > hi > > > > I am using Apache/2.0.45 on Linux. I see many messages of the > > following type, > > > > 12.147.4.130 - - [11/Aug/2004:12:00:29 +051800] "GET > > /companies/computers/software/img/blank.gif HTTP/1.1" 404 343 > > "http://indiafocus.indiainfo.com/companies/computers/software/" > > "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR > > 1.1.4322)" > > > > On http://indiafocus.indiainfo.com/comp...ters/software/ I > > access http://indiafocus.indiainfo.com/img/blank.gif but I don't have > > code that reads > http://indiafocus.indiainfo.com/comp.../img/blank.gif > > > > > > Is it the fault of the browser that is causing this problem? Or do I > > need to change something in the apache configuration? > > This is almost certainly an error in your html. You probably have <img > src="img/blank.gif"> whereas you want to have <img > src="/img/blank.gif"> > > Joshua. hi I am positive the code reads "/img/blank.gif". BTW, this error doesn't appear all the time [for the same file]. If you view the code you will see the entire path for the image http://indiafocus.indiainfo.com/img/blank.gif |
|
|||
|
On 11 Aug 2004 20:07:58 -0700, B. G. Mahesh <google@mahesh.com> wrote:
> "Joshua Slive" <jslive@gmail.com> wrote in message news:<cfddq4$vno@odak26.prod.google.com>... >> B. G. Mahesh wrote: >> > hi >> > >> > I am using Apache/2.0.45 on Linux. I see many messages of the >> > following type, >> > >> > 12.147.4.130 - - [11/Aug/2004:12:00:29 +051800] "GET >> > /companies/computers/software/img/blank.gif HTTP/1.1" 404 343 >> > "http://indiafocus.indiainfo.com/companies/computers/software/" >> > "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR >> > 1.1.4322)" >> > >> > On http://indiafocus.indiainfo.com/comp...ters/software/ I >> > access http://indiafocus.indiainfo.com/img/blank.gif but I don't have >> > code that reads >> http://indiafocus.indiainfo.com/comp.../img/blank.gif >> > >> > >> > Is it the fault of the browser that is causing this problem? Or do I >> > need to change something in the apache configuration? >> >> This is almost certainly an error in your html. You probably have <img >> src="img/blank.gif"> whereas you want to have <img >> src="/img/blank.gif"> >> >> Joshua. > > hi > > I am positive the code reads "/img/blank.gif". BTW, this error doesn't > appear all the time [for the same file]. If you view the code you will > see the entire path for the image > http://indiafocus.indiainfo.com/img/blank.gif That appears to be correct on the page. Have you checked any Alias direcives in your conf files that contain "img" to see if leading "/" is missing on full system path of destination? -- David Efflandt - All spam ignored http://www.de-srv.com/ |
| Thread Tools | |
| Display Modes | |
|
|