Jim Madl commented on Mar 12, 2012

Re: Additional portal tuning options (Tuning Guide 6.1.x)

Note the following cache control settings are in correct design

LoadModule headers_module modules/mod_headers.so

Header add Cache-Control "public, max-age=432000, post-check=172000"

You should not have a post-check directive without a pre-check directive. This is an Internet Explorer directive other browsers ignore this. to simplify this this should be changed to

LoadModule headers_module modules/mod_headers.so

Header add Cache-Control "public, max-age=432000"