Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Yuan HOng
On Tue, Feb 26, 2008 at 1:49 AM, yary <[EMAIL PROTECTED]> wrote: > Transfer encoding requires content negotioation, so maybe this will help: > http://httpd.apache.org/docs/2.0/content-negotiation.html#caching > Thanks for the hint. But the CacheNegotiatedDocs directive is only effective for HTTP1

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Yuan HOng
On Tue, Feb 26, 2008 at 1:41 AM, David Cassidy <[EMAIL PROTECTED]> wrote: > How are you testing that this is working correctly ? > > Are you using wget with the --header="Accept-Encoding: gzip" > to test it ? > On the IE6 side I installed IE HttpAnalyzer to inspect the request and responses betw

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread yary
Transfer encoding requires content negotioation, so maybe this will help: http://httpd.apache.org/docs/2.0/content-negotiation.html#caching - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread David Cassidy
How are you testing that this is working correctly ? Are you using wget with the --header="Accept-Encoding: gzip" to test it ? D On Mon, 2008-02-25 at 09:46 -0500, Joshua Slive wrote: > 2008/2/25 Yuan HOng <[EMAIL PROTECTED]>: > > Hi, list, > > > > I have a large javascript file which I want

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Joshua Slive
2008/2/25 Yuan HOng <[EMAIL PROTECTED]>: > Hi, list, > > I have a large javascript file which I want to send to IE6 gziped and > for IE6 to cache. > > I set the following derective in the configuration file: > > AddOutputFilterByType DEFLATE application/x-javascript > > The result is but that

[EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-24 Thread Yuan HOng
Hi, list, I have a large javascript file which I want to send to IE6 gziped and for IE6 to cache. I set the following derective in the configuration file: AddOutputFilterByType DEFLATE application/x-javascript The result is but that IE6 doesn't cache the javascript. Looking into the response h