LayoutFooter is a form of the LayoutFooter Directive Family that inserts data at the end of the outbound stream after the document is displayed. LayoutFooter can be used in three different ways (the first two examples cache the content in the Apache process).
<VirtualHost www.foo.com:80>
LayoutFooter "Copyright Foobar, 2000"
</VirtualHost>
<VirtualHost www.foo.com:80>
LayoutFooter /usr/local/apache/htdocs/footer.html
</VirtualHost>
<VirtualHost www.foo.com:80>
LayoutFooter /Footer.cgi
</VirtualHost>