Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-12-05 Thread Matus UHLAR - fantomas
On 26.11.07 15:31, Adrian Chadd wrote: I don't know if people understood my last email about the StoreUrlRewrite changes I've made to squid-2.HEAD, so I'll just be really clear this time around. I've implemented some changes to Squid-2.HEAD which will allow certain stuff to be cached which

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-12-05 Thread Adrian Chadd
Squid-3 has enough stuff going on in it at the moment. It needs to stabilise, be released and have some architectural decisions made before new features like this are included. That, and I funded myself to implement this feature, and I feel more comfortable working on squid-2 at the moment. I

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-12-02 Thread Tek Bahadur Limbu
Hi Adrian, Adrian Chadd wrote: On Thu, Nov 29, 2007, Tek Bahadur Limbu wrote: 2007/11/29 15:58:43| WARNING: store_rewriter #5 (FD 11) exited 2007/11/29 15:58:43| WARNING: store_rewriter #4 (FD 10) exited 2007/11/29 15:58:43| WARNING: store_rewriter #3 (FD 9) exited 2007/11/29 15:58:43| Too

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-12-02 Thread Adrian Chadd
On Sun, Dec 02, 2007, Tek Bahadur Limbu wrote: Can Squid-2.HEAD be used for a Solaris 10 box? Compile with --enable-openssl. We're trying to figure out whats going on. In both FreeBSD and Solaris, compiling with the parameter --enable-ssl completed successfully. Thanks for telling us

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-29 Thread Tek Bahadur Limbu
Hi Adrian, Adrian Chadd wrote: On Mon, Nov 26, 2007, Tek Bahadur Limbu wrote: I'm saying right now that I'm willing to spend the time and effort to work with people for free to get this stuff tested and debugged. It doesn't benefit me - I'm not getting paid -at all- to do this. I am

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-29 Thread Adrian Chadd
On Thu, Nov 29, 2007, Tek Bahadur Limbu wrote: 2007/11/29 15:58:43| WARNING: store_rewriter #5 (FD 11) exited 2007/11/29 15:58:43| WARNING: store_rewriter #4 (FD 10) exited 2007/11/29 15:58:43| WARNING: store_rewriter #3 (FD 9) exited 2007/11/29 15:58:43| Too few store_rewriter processes are

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Andreas Pettersson
I've done some testing with Google Maps using the following rewriting regex and it seems to work just fine. Lot's of HITs. if (m/http:\/\/kh[0-3]?\.google\.com[\.a-z]*\/(.*?) /) { print http://keyhole-srv.google.com.SQUIDINTERNAL/; . $1 . \n; However with YouTube I have some trouble. This

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Adrian Chadd
On Tue, Nov 27, 2007, Andreas Pettersson wrote: I've done some testing with Google Maps using the following rewriting regex and it seems to work just fine. Lot's of HITs. if (m/http:\/\/kh[0-3]?\.google\.com[\.a-z]*\/(.*?) /) { print http://keyhole-srv.google.com.SQUIDINTERNAL/; . $1 .

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Adrian Chadd
Also, if you're willing to play with this then please jump onto #squiddev on freenode IRC; just remember I'm GMT+9 and thus might not be on during your daytime. I'm adri in there. Adrian

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Adrian Chadd
My current squid config snippets and storeurl redirector: http://wiki.squid-cache.org/Features/StoreUrlRewrite/RewriteScript It should work fine for the maps.google.com and related sites. The Youtube stuff still needs tweaking. Note that the refresh pattern needs to be early in the

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Henrik Nordstrom
On mån, 2007-11-26 at 18:03 +0100, Andreas Pettersson wrote: 2. I get these failures when trying to compile: store_key_md5.o(.text+0x12a): In function `storeKeyPrivate': /tmp/squid2head/squid-2.HEAD-20071126/src/store_key_md5.c:102: undefined reference to `MD5Init' What OS are you

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-27 Thread Andreas Pettersson
Henrik Nordstrom wrote: On mån, 2007-11-26 at 18:03 +0100, Andreas Pettersson wrote: 2. I get these failures when trying to compile: store_key_md5.o(.text+0x12a): In function `storeKeyPrivate': /tmp/squid2head/squid-2.HEAD-20071126/src/store_key_md5.c:102: undefined reference to `MD5Init'

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Tek Bahadur Limbu
Hi Adrian, Adrian Chadd wrote: I don't know if people understood my last email about the StoreUrlRewrite changes I've made to squid-2.HEAD, so I'll just be really clear this time around. http://www.squid-cache.org/mail-archive/squid-users/200711/0490.html I read it and I think I understand

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Adrian Chadd
On Mon, Nov 26, 2007, Tek Bahadur Limbu wrote: I'm saying right now that I'm willing to spend the time and effort to work with people for free to get this stuff tested and debugged. It doesn't benefit me - I'm not getting paid -at all- to do this. I am interested. Let me study it in more

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Andreas Pettersson
Adrian Chadd wrote: I don't know if people understood my last email about the StoreUrlRewrite changes I've made to squid-2.HEAD, so I'll just be really clear this time around. I must have missed that one.. So, I'm looking for testers who are willing to run squid-2.HEAD snapshots and work

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Adrian Chadd
On Mon, Nov 26, 2007, Andreas Pettersson wrote: Do I need to cvs it or are we talking about the daily auto-generated release tar.gz-file from here? http://www.squid-cache.org/Versions/v2/2.6/ http://www.squid-cache.org/Versions/v2/HEAD/squid-HEAD.snapshot.tar.gz - this isn't Squid-2.6, this

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Gleidson Antonio Henriques
: Monday, November 26, 2007 1:10 PM Subject: Re: [squid-users] looking for testers: google maps/earth/youtube caching On Mon, Nov 26, 2007, Andreas Pettersson wrote: Do I need to cvs it or are we talking about the daily auto-generated release tar.gz-file from here? http://www.squid-cache.org

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Andreas Pettersson
Adrian Chadd wrote: On Mon, Nov 26, 2007, Andreas Pettersson wrote: Do I need to cvs it or are we talking about the daily auto-generated release tar.gz-file from here? http://www.squid-cache.org/Versions/v2/2.6/ http://www.squid-cache.org/Versions/v2/HEAD/squid-HEAD.snapshot.tar.gz

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Andreas Pettersson
Andreas Pettersson wrote: 1. Does your changes incorporate patches that allows overriding the-nocache-header-which-exact-name-I-just-cannot-recall-at-the-moment that only squid3 can override? Sorry for the noise. I've now read up on what your changes includes and this question got answered.

Re: [squid-users] looking for testers: google maps/earth/youtube caching

2007-11-26 Thread Adrian Chadd
On Mon, Nov 26, 2007, Andreas Pettersson wrote: 2. I get these failures when trying to compile: store_key_md5.o(.text+0x12a): In function `storeKeyPrivate': /tmp/squid2head/squid-2.HEAD-20071126/src/store_key_md5.c:102: undefined reference to `MD5Init' [snip] There's some changes going