Hi @VinayHegde You can try below code in vhost file. You can set the
maxage for cache and refresh the data periodically. Header set Cache-Control
"max-age=120,s-maxage=0,stale-while-revalidate=43200,stale-if-error=43200"
"expr=%{REQUEST_STATUS} < 400" Header set Age 0 If you
need to clear the cache on page publish you can also do a event handler