LayoutHTTPOverrideHandler

Description

LayoutHTTPOverrideHandler allows you turn off Mod_Layout's default HTTP Header. The HTTP Header is then the responsibility of the script being called by the handlers (or by a header or HTTP header script if merge is not enabled).

Example

<VirtualHost www.foo.com:80>
LayoutHTTPOverrideHandler cgi-script
</VirtualHost>

Known Problems

Letting original HTML documents do the headers for original text plus a footer will leave you with an incorrect HTTP header for content length if the original document was an HTML document. This only has been found to happen with straight HTML documents.