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
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
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