Hi everyone,
first of all: Please excuse this stupid subject, but I just was not
able to find a name for the problem. The case is as follows:
I have a apache2 (2.0.4

running on my w2k PC (hey, no laughter) to
develop a website. I wrote a php (4.3.4) script to search a certain
directory and to create thumbnails of jpg pictures in that directory.
I ran the script and I got a php timeout because the images were too
large and it took too long to create the thumbs. From this moment on I
fail to load certain images which have nothing to do with the images
in the directory. They seem to be random to me and its always the same
ones. For example in my index page I have 5 images. 4 load and are
shown regularly, one fails. All 5 are no thumbs created by the script
nor in the directory the script used.
OMHO it cant be a browser error, cause both IE and Netscape cause
exactly the same problem. Therefore I reinstalled the apache but I
still have the same problem. I also checked the file modes. They are
all readable and the file is not corrupted.
The only clue I got is the apache access log shows a 206 as HTTP code.
But I didn't really found out what it means except that the server
only sent a part of the data. (Did I get that right??)
Does anyone have an idea?? I included the interesting part of the log
file. I hope you can help me, cause developing a website is no fun if
you cant see it!!
"GET / HTTP/1.1" 200 899
"GET /Bilder/index_01.gif HTTP/1.1" 200 13185
"GET /Bilder/index_03.gif HTTP/1.1" 200 490
"GET /Bilder/index_04.gif HTTP/1.1" 200 294
"GET /Bilder/index_05.gif HTTP/1.1" 200 729
"GET /Bilder/index_02.gif HTTP/1.1" 200 293
"GET /Bilder/index_01.gif HTTP/1.1" 200 13185
"GET /Bilder/index_01.gif HTTP/1.1" 206 13185
"GET / HTTP/1.1" 304 -
"GET /Bilder/index_02.gif HTTP/1.1" 304 -
"GET /Bilder/index_03.gif HTTP/1.1" 304 -
"GET /Bilder/index_04.gif HTTP/1.1" 304 -
"GET /Bilder/index_05.gif HTTP/1.1" 304 -
"GET /Bilder/index_01.gif HTTP/1.1" 206 4096
Yours sincerely,
Nick