From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 5A75647D0 for ; Tue, 24 May 2016 17:52:08 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id z87so14033526wmh.1 for ; Tue, 24 May 2016 08:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding; bh=ZGJtx15GraXc+eVZY/HY4dsDsFOIqRV+FTj3gCM8KiU=; b=wBvdGso3OU8o5qc8rKiUPFzyt6OiHZsO14Zd0Y4DRhyMIFANLdjp8ELwzBtLUPqWfa w1VroK05wlvVD3nKcFqkiW/Doo467Nb7IdbdXQCTkXakWpe83MkDmWntzJB4NvC2xcOA ncqcqZoQUrAEHYw9eliFYs37uBh3lYV/JX1JtbVYCxPN8tc5JBrw9v9iUjeVtGCQJF/b +9Z865PeQ+y1zE4JgMptYcl5+hfvQXO+Fc1SyJPb9CaWybZLH9Alg50CRK+GHaHIlMcq 8es4Elmv4CZ08mIi7Xxgnf3R8wXQq23nOdsKWNJ5k3qh3OQLxbvT7rwXPwZuhtnOxVKV HOiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=ZGJtx15GraXc+eVZY/HY4dsDsFOIqRV+FTj3gCM8KiU=; b=iMjN3MdKQeuD2UirYuI89Q/Gx2cvVFfTIns0YAEsozv8jlB3W6dMDlzqAxIYLlrsk3 kfLg+5YhVp0ODul6UHNC5o6Q9A3qOV/XaW0dT9vFny76ASnzjh//qtw5G5s38Cf5qXCg mz3anLqWm6ea6RFb/cNhyNbWelZH5M85XOYR/UuEjlebGJlnHC8CD3RHsW3Hi+INWBXJ QClgRNx35YCB9d+4W1FgL3N8J/yk2TTzLZfU7j9E+AO3IA/t6lLKCzgb5gLmsouE2AwD /JOy8BDX2+5IBnG6ii2p/n/BvobAaYtU1DAc9W/5jv7YJzMWQwxlIu7tc8xKfCorJE6K Kpww== X-Gm-Message-State: ALyK8tJaoQnLKf9PG1PfqgFNMD7SlfYtk2MEhfJqOUFWNChEjxzMAXLy+byf9zjOknDxkBqR X-Received: by 10.28.54.150 with SMTP id y22mr17734042wmh.70.1464105126520; Tue, 24 May 2016 08:52:06 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id kz1sm3865663wjc.46.2016.05.24.08.52.05 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2016 08:52:05 -0700 (PDT) From: Thomas Monjalon To: web@dpdk.org Date: Tue, 24 May 2016 17:52:04 +0200 Message-ID: <1653247.xYRS3RtRE2@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1464042483-6954-1-git-send-email-thomas.monjalon@6wind.com> References: <1464042483-6954-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH 0/2] Host tarballs on Fastly CDN X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 15:52:08 -0000 2016-05-24 00:28, Thomas Monjalon: > Thanks to the help from Fastly (https://www.fastly.com/open-source), > there is now a CDN for dpdk.org. > It is simply a distributed varnish cache with an API and a nice dashboard. > > In order to ease understanding of cache behaviour, only the big files > (mainly release tarballs) are cached. > The new domain fast.dpdk.org, hosted by Fastly, mirrors the domain > static.dpdk.org which keeps the same tree as dpdk.org but only for > big static files. There is no HTML file on these domains. > So the domain static.dpdk.org acts as gateway between the full website > origin and the distributed static files. There is no benefit of directly > using static.dpdk.org from your browser, except for website troubleshooting. > > Thomas Monjalon (2): > redirect big static files to the CDN > add releases page Applied