X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4B719B03.40309@etr-usa.com>
Date: Tue, 09 Feb 2010 10:27:31 -0700
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Wrong setup.exe on http://www.cygwin.com/
References: <1265668504.29489.ezmlm@cygwin.com>  <Pine.LNX.4.58.1002091114170.10309@mail3.jubileegroup.co.uk> <20100209164916.GB18306@ednor.casa.cgf.cx>
In-Reply-To: <20100209164916.GB18306@ednor.casa.cgf.cx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 2/9/2010 9:49 AM, Christopher Faylor wrote:
>
> with the possible exception of updating the
> web site to allow hints that setup.exe shouldn't be cached

In the PTC spirit:

     <IfModule mod_expires.c>
         ExpiresActive On

         <FilesMatch "\.exe$">
             ExpiresDefault "now"
         </FilesMatch>
     </IfModule>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

