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

Reply via email to