Google

LayoutCacheNeeded

Description

LayoutCacheNeeded changes the default behavior of Mod_Layout when it comes to using static content in footer and header directives. Normally using strings or cached files cause the no-cache header to not be sent.
By enabling this, it causes this behavior to go away.
This was added in 2.8.2.

Example

<VirtualHost www.foo.com:80>
LayoutCacheNeeded On
</VirtualHost>

Known Problems

None