Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00583102E4 for ; Fri, 28 Aug 2015 02:46:30 +0000 (UTC) Received: (qmail 36893 invoked by uid 500); 28 Aug 2015 02:46:29 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 36838 invoked by uid 500); 28 Aug 2015 02:46:29 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 36828 invoked by uid 99); 28 Aug 2015 02:46:29 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2015 02:46:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CE1BE1AAAA9 for ; Fri, 28 Aug 2015 02:46:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LJCZpNRpe1ap for ; Fri, 28 Aug 2015 02:46:20 +0000 (UTC) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B5AB942921 for ; Fri, 28 Aug 2015 02:46:20 +0000 (UTC) Received: by oigk185 with SMTP id k185so17314530oig.2 for ; Thu, 27 Aug 2015 19:46:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=nBkPqQhWQf55yHBCfSV7sD0JaP7fdVEHHlgbvEEw7qM=; b=fi2Loelo1CB/oYdNQecJixiAVxVFTuVXDjBCJr+EV36aA/xy0dxUBpvPCVfbCLY3UH AhNcMOvAOYNz7wOluuDICeePZw2SdLbl551RB1244xnarDCWy14CkaxIARtzo1i04l6P WqSstAme2oIkIbxnTd45cqz33Fr78GVgC285o96Vogp6vEh+erz4QIeJT39GlGDGPZj1 FJSIS0B2VtkVxmdDpXqmyBd8raKnS0CR1JVkm4r2+hdT94hSP3D32h+KKwZjj5HDdNu1 QWCnBA0JYIlQyqT2pYLhhNb86JYLjnsQeuuNpk8L2Pr45xVALg7cHRMY67EJZY0fbAFp OtSA== X-Gm-Message-State: ALoCoQkXCW9gAQpz7Hj0nO/ocWWcCfmd0PluERmpBl44BtIHl/xSL/D1ciOdWLxEjREA8uBR64jK X-Received: by 10.202.171.23 with SMTP id u23mr4249576oie.107.1440729980010; Thu, 27 Aug 2015 19:46:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.39.162 with HTTP; Thu, 27 Aug 2015 19:46:00 -0700 (PDT) From: Alberto Klocker Date: Fri, 28 Aug 2015 12:46:00 +1000 Message-ID: Subject: Share your Cacheurl plugin configs To: users@trafficserver.apache.org Content-Type: multipart/alternative; boundary=001a113ceb3aad31e5051e561667 --001a113ceb3aad31e5051e561667 Content-Type: text/plain; charset=UTF-8 Hi ATS Users, The CacheURL plugin is awesome. I've been playing with it in a forward proxy environment and am loving how it can be used to cache dynamic content based on query strings. The bandwidth saving potential is huge. Would anyone be willing to share some of the patterns they have put together? I'll start with one to cache youtube videos: http://.*googlevideo.com.*(id=[0-9a-zA-Z\-]).*?\&(mime=\w+).*?\&(range=[0-9\-]*) http://video.googlevideo.com/$1&$2&$3 *Alberto Klocker* | Software Developer | www.bluereef.com.au *_________________________________________________________________* *D: *+61 3 9895 8006 | *T*: +61 3 9898 8000 | @AlbertoKlocker Please consider the environment before printing this email --001a113ceb3aad31e5051e561667 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi ATS Users,

The CacheURL p= lugin is awesome. I've been playing with it in a forward proxy environm= ent and am loving how it can be used to cache dynamic content based on quer= y strings. The bandwidth saving potential is huge.

=
Would anyone be willing to share some of the patterns they have put to= gether?

I'll start with one to cache youtube v= ideos:

http://.*googlevideo.com.*(id=3D[0-9a-zA-Z\= -]).*?\&(mime=3D\w+).*?\&(range=3D[0-9\-]*) http://video.googlevideo.com/$1&$2&a= mp;$3




Alberto Klocker=C2=A0| Software Developer=C2= =A0|=C2=A0www.bluereef.com.au=C2=A0
____________________________________________= _____________________
D:=C2=A0<= a value=3D"+61398958020" style=3D"color:rgb(17,85,204)">+61 3 9895 8006= =C2=A0|=C2=A0T:=C2=A0+61 3 9898 8000=C2=A0|=C2=A0@AlbertoKlocker
<= div style=3D"margin:0cm 0cm 0.0001pt;font-size:12pt;font-family:'Times = New Roman',serif">
P= lease consider the environment before printing this email
=
--001a113ceb3aad31e5051e561667--