As far as I can see, no ranges supplied. I've downloaded a 'small file'
with my browser :

193.53.20.83 - - [28/Aug/2002:10:33:25 +0200] "-" "GET
http://hpux.cs.utah.edu/ftp/hpux/Gnu/gdb-5.2.1/gdb-5.2.1-sd-11.00.depot.gz
HTTP/1.1" 200 7349572

the "-" is the range.

Since the child crashes, nothing gets written in the access log, but I
added code to print out the headers :

[Wed Aug 28 10:30:03 2002] [debug] proxy_http.c(109): proxy: HTTP:
canonicalising URL
//download.microsoft.com/download/win2000platform/SP/SP3/NT5/EN-US/W2Ksp3.exe
[Wed Aug 28 10:30:03 2002] [debug] mod_proxy.c(442): Trying to run
scheme_handler against proxy
[Wed Aug 28 10:30:03 2002] [debug] proxy_http.c(1051): proxy: HTTP:
serving URL
http://download.microsoft.com/download/win2000platform/SP/SP3/NT5/EN-US/W2Ksp3.exe
[Wed Aug 28 10:30:03 2002] [debug] proxy_http.c(221): proxy: HTTP
connecting
http://download.microsoft.com/download/win2000platform/SP/SP3/NT5/EN-US/W2Ksp3.exe
to download.microsoft.com:80
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(1164): proxy: HTTP: fam
2 socket created to connect to vlafo3.vlafo.be
[Wed Aug 28 10:30:04 2002] [debug] proxy_http.c(370): proxy: socket is
connected
[Wed Aug 28 10:30:04 2002] [debug] proxy_http.c(404): proxy: connection
complete to 193.190.145.66:80 (vlafo3.vlafo.be)
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Date: Wed, 28 Aug 2002 08:30:04 GMT
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Server: Microsoft-IIS/5.0
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Content-Type: application/octet-stream
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Accept-Ranges: bytes
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Last-Modified: Tue, 23 Jul 2002 16:23:09 GMT
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= ETag: "f2138b3b6532c21:8f9"
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Via: 1.1 download.microsoft.com
[Wed Aug 28 10:30:04 2002] [debug] proxy_util.c(444): proxy: headerline
= Transfer-Encoding: chunked
[Wed Aug 28 10:30:04 2002] [debug] proxy_http.c(893): proxy: start body
send
[Wed Aug 28 10:36:23 2002] [notice] child pid 7534 exit signal
Segmentation fault (11)

I'm installing gdb, as you can see ;-)

Peter.

"William A. Rowe, Jr." wrote:
> 
> At 07:53 AM 8/27/2002, Peter Van Biesen wrote:
> >What should I call it then ? not-so-tiny-files ? 8-)
> 
> Nah... large or big files is just fine :-)
> 
> I'm guessing $$$s to OOOs [donuts] that your client is starting
> some byteranges somewhere along the way.   Try adding the bit
> \"%{Range}i\" in one of your access log formats to see if this is
> the case.
> 
> As I understand it today, proxy plus byteranges is totally borked.
> 
> Bill

Reply via email to