RE: [Rabbit-proxy-users] Re: Image Problems
Brought to you by:
ernimril
From: Samuel H. <Sam...@Co...> - 2004-03-30 16:22:59
|
Nope. The only solution seems to be to tell rabbit to not cache anything. Just compress images and text. It then returns - instead of 0 byte figures in the http response. Could this be something that could be changed in the future or to correct this problem? When Explorer verifies the cache it gets a "-" instead of "0" if the cache is good. Sam -----Original Message----- From: rab...@li... [mailto:rab...@li...] On Behalf Of Sam Sent: Monday, March 29, 2004 9:32 PM To: Robert Olofsson Cc: rab...@li... Subject: Re: [Rabbit-proxy-users] Re: Image Problems I am wondering if one fine option may be to have a squid proxy be the "first hit". Squid then gets the page from Rabitt ignoring Explorers ability to examine its own cache (is that the problem?). I do not know if Squid and Explorer have a better relationship but I will try it. Sam Robert Olofsson wrote: > Samuel Hill wrote: > >> I am able to still reproduce this problem. >> I do not get an error in the error logs. >> >> > That is most probably because there is no error.... > >> 127.0.0.1 - - 29/Mar/2004:20:57:34 GMT "GET >> http://www.westpa.net/images/square.gif HTTP/1.1" 200 0 >> >> > A zero byte response means that rabbit does send an answear and that > that answear tell the browser that the browser cache is ok.... (That > is how it ought to be, maybe this is not the case, but I can not tell > unless I see the full request that IE sends). > >> 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). >> >> > java rabbit.cache.CacheStatus /tmp/rcache/ > It will dump a lot of data, try to find the one matching the url for > the image you > have problems with. Look for the Entry and GET/POST > > ENTRY: /tmp/rcache/0/4 > GET http://images.slashdot.org/topics/topicgnome.gif HTTP/1.1 > > You will see the full request header and the full response header. > >> 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. >> >> > The request that the browser sends rabbit is what I want. > The response is also very nice to have. > >> How do I implement HTTPSnoopFilter ? >> My snooping seems to be t oo informative because of so many other >> things on that ethernet segment. >> >> > httpinfilters=rabbit.filter.HTTPSnoop,rabbit.filter.HTTPBaseFilter > and perhaps even on httpoutfilters (add it last for that one is > better). > > This will dump a lot of data so you probably want to send output to a > file. > > /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 > > ------------------------------------------------------- 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 |