RE: [Rabbit-proxy-users] Re: Image Problems
Brought to you by:
ernimril
From: Samuel H. <Sam...@Co...> - 2004-03-29 21:34:19
|
I am able to still reproduce this problem. I do not get an error in the error logs. IE 6.0. The Broken request is when I first go to the page and no images show up. They show 0 bytes. The second is when I go to the page and the images show up. ImageMagik does its thing. It is almost like Rabitt never sends it to ImageMagik to compress and comes up with nothing. I am not fully understanding that process. I have it set to cache (I think correctly) so it should have pulled it from cache on the server. ------------------------------ [rabbit.cache.NCache] directory=/usr/local/proxy/cache cachetime=48 maxsize=30000 [rabbit.io.ConnectionHandler] keepalivetime=30000 usepipelining=true ----------------------------- Here is what I get .... ------------------------------------------------------------------------ ------------------------------ ------- Broken Request -------- 127.0.0.1 - - 29/Mar/2004:20:57:17 GMT "GET http://www.westpa.net/ HTTP/1.1" 200 4415 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/square.gif HTTP/1.1" 200 0 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/v92_ready.gif HTTP/1.1" 200 0 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/WestPAnetlogo1.gif HTTP/1.1" 200 0 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/newsguy.gif HTTP/1.1" 200 0 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/webmail.gif HTTP/1.1" 200 0 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET http://www.westpa.net/images/signup.gif HTTP/1.1" 200 0 ------- Normal Request -------- 127.0.0.1 - - 29/Mar/2004:20:58:51 GMT "GET http://www.westpa.net/ HTTP/1.1" 200 4460 127.0.0.1 - - 29/Mar/2004:20:58:52 GMT "GET http://www.westpa.net/images/WestPAnetlogo1.gif HTTP/1.1" 200 4603 imageratio:10375/4603=0.44366264 127.0.0.1 - - 29/Mar/2004:20:58:52 GMT "GET http://www.westpa.net/images/webmail.gif HTTP/1.1" 200 1719 imageratio:4404/1719=0.39032698 127.0.0.1 - - 29/Mar/2004:20:58:52 GMT "GET http://www.westpa.net/images/v92_ready.gif HTTP/1.1" 200 2459 imageratio:8319/2459=0.2955884 127.0.0.1 - - 29/Mar/2004:20:58:52 GMT "GET http://www.westpa.net/images/square.gif HTTP/1.1" 200 44 127.0.0.1 - - 29/Mar/2004:20:58:52 GMT "GET http://www.westpa.net/images/newsguy.gif HTTP/1.1" 200 1439 imageratio:3471/1439=0.41457793 127.0.0.1 - - 29/Mar/2004:20:58:53 GMT "GET http://www.westpa.net/images/signup.gif HTTP/1.1" 200 2407 imageratio:4962/2407=0.48508665 ------------------------------------------------------------------------ ------------------------------ I am not sure exactly how to read the cache. I saw the web server java but never implemented it (because I could not find any documents). I sniffed traffic but could not see an http request to the webserver. I was trying www.westpa.net. All I saw was the request from my browser to Rabbit. How do I implement HTTPSnoopFilter ? My snooping seems to be t oo informative because of so many other things on that ethernet segment. Sam -----Original Message----- From: rab...@li... [mailto:rab...@li...] On Behalf Of Robert Olofsson Sent: Monday, March 29, 2004 3:47 PM To: Samuel Hill Cc: rab...@li... Subject: Re: [Rabbit-proxy-users] Re: Image Problems Samuel Hill wrote: >With Mozilla I cannot get any errors at all. >Bugs seem to be just with Explorer. >I do not use Explorer (or dial-up) but many do. > > Yes, many do, but I do not have windows so I dont. I am not sure how well behaved IE is when it comes to HTTP/1.1 for proxies... Anyway I will await more information. Glad to hear that pipelining seems to help. /robo ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Rabbit-proxy-users mailing list Rab...@li... https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users |