This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wrong setup.exe on http://www.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]