Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread uri_shaked
Solprovider, Thanx for your persistence :) regarding the HTTP/ 1.0 thing - i simply tried both configurations in the Advanced section of IE's Internet options. btw, it had no impact on behaviour. i created the test.html page and ran it only to get the same results: first request: GET /testpa

Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread uri_shaked
That was the first place I turned to as well, but the browser is actually set to the default setting - "Automatically". another reason i think this is not a browser issue is the fact that I've also tested this on firefox and on ie7 - both set to default cache settings and the latter being on a f

Re: [EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread uri_shaked
Yes I have - i've tested this on ie6, ie7 and firefox2 - always the same result... Uri "Krist van Besien" <[EMAIL PROTECTED]> 24/10/2007 13:44 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Avoiding conditional requests Have you

[EMAIL PROTECTED] Avoiding conditional requests

2007-10-24 Thread uri_shaked
Hi All, I've been trying to improve my webapp's performance by telling Apache [2.2.4] to force clients to cache static content using mod_expires. I'm basically trying to avoid having the client browser resend the 'if-modified' conditional request for the static content upon a refresh or a revis