LayoutMergeErrorIgnore

Description

If merge is enabled LayoutMergeErrorIgnore will cause Mod_Layout to completly ignore errors (AKA it will not try to wrap them). This can be especially useful in situations where you need to use a full URL for an error document. This was added in 2.7.4.

Example

<VirtualHost www.foo.com:80>
LayoutMergeErrorIgnore Off
</VirtualHost>

Known Problems

None