[squid-users] Using squid to cache a video file

2007-08-08 Thread ying lcs
Hi, i have a servlet which returns content of a video file: like this: http://127.0.0.1:8080/videoServlet?id=1 http://127.0.0.1:8080/videoServlet?id=2 I hit that servlet thru squid as the proxy. I do this to query if squid does cache the video file: ./squidclient -H "Cache-Control: only-if-cache

Re: [squid-users] Using squid to cache a video file

2007-08-08 Thread Amos Jeffries
> Hi, > > i have a servlet which returns content of a video file: > like this: > http://127.0.0.1:8080/videoServlet?id=1 > http://127.0.0.1:8080/videoServlet?id=2 > > I hit that servlet thru squid as the proxy. > I do this to query if squid does cache the video file: > > ./squidclient -H "Cache-Con

Re: [squid-users] Using squid to cache a video file

2007-08-08 Thread ying lcs
On 8/8/07, Amos Jeffries <[EMAIL PROTECTED]> wrote: > > Hi, > > > > i have a servlet which returns content of a video file: > > like this: > > http://127.0.0.1:8080/videoServlet?id=1 > > http://127.0.0.1:8080/videoServlet?id=2 > > > > I hit that servlet thru squid as the proxy. > > I do this to que

Re: [squid-users] Using squid to cache a video file

2007-08-08 Thread Amos Jeffries
> On 8/8/07, Amos Jeffries <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > i have a servlet which returns content of a video file: >> > like this: >> > http://127.0.0.1:8080/videoServlet?id=1 >> > http://127.0.0.1:8080/videoServlet?id=2 >> > >> > I hit that servlet thru squid as the proxy. >> > I do