Project

General

Profile

How to disable cache control in lighttpd?

Added by mbethur about 15 years ago

Since there is a issue with IE when we access an SSL site ( Note that the addition of the Cache-Control: no-cache header causes IE to fail to load content when using SSL. This is described as a security feature of IE in the following knowledge base posting:
Internet Explorer Is Unable to Open Office Documents from an SSL Web Site, http://community.jboss.org/wiki/DisableCacheControl), I would like to disable Cache-Control:no-cache on the Lighttpd server. In Jboss this can be done using DisableCacheControl, but I am not sure how we can do that in Lighttpd. Any help will be appreciated.

I don't want to set it in my app and would like this to be a server setting.

Thanks
Mohan