[Resin-interest] Caching of Static Resources

2006-11-28 Thread Richard Paul
Hi, I am attempting to set the browser's expires value for our static resources. I have added the following to resin.conf under web-app-default: When using HTTP the expires value is set correctly, but when using HTTPS no expires value is set causing the resourc

Re: [Resin-interest] Caching of Static Resources

2006-11-28 Thread Richard Paul
Ignore this request, Firefox has caching disable by default for ssl connections. In about:config you can set the value for "browser.cache.disk_cache_ssl" to true to enable the ssl cache. Richard Paul wrote: > Hi, > > I am attempting to set the browser's expires value for o

Re: [Resin-interest] Caching of Static Resources

2006-11-30 Thread Richard Paul
ing Resin as a web-server/load-balancer, > then the would cache content on the front-end web- > server, saving traffic to the backend servers. > > -- Scott > > >> Riccardo Cohen wrote: >> >>> thanks for the information ! I'll simply remove the

Re: [Resin-interest] Caching of Static Resources

2006-11-30 Thread Richard Paul
the mod_deflate to save bandwidth. > > Regards, > Akila > > On Fri, 2006-12-01 at 09:57 +1300, Richard Paul wrote: > >> So just to clarify, the cache-mapping does two things. >> 1) Adds expires attributes to the files being sent to allow the browser >> to c

Re: [Resin-interest] Caching of Static Resources

2006-12-03 Thread Richard Paul
Excellent, that makes a lot more sense now. Thanks Scott. Scott Ferguson wrote: > On Nov 30, 2006, at 8:33 PM, Richard Paul wrote: > > >> Hi Akila, >> >> We don't use apache at all but rather use resin-pro to provide our >> SSL. >> Thanks for