Google

LayoutHeader

Description

LayoutHeader is a form of the LayoutHeader Directive Family that inserts data at the end of the outbound stream after the document is displayed. LayoutHeader can be used in three different ways (the first two example cache the content in the Apache process).

Example 1 (straight text)

<VirtualHost www.foo.com:80>
LayoutHeader "<H1>Welcome to company FooBar</H1>"
</VirtualHost>

Example 2 (cache'd HTML document)

<VirtualHost www.foo.com:80>
LayoutHeader /usr/local/apache/htdocs/header.html
</VirtualHost>

Example 3 (Dynamic URI)

<VirtualHost www.foo.com:80>
LayoutHeader /Header.cgi
</VirtualHost>

Known Problems

None currently known.