How can I use a custom header for my apache2 directory listings?

This is my httpd.conf, but it doesn't seem to work:
Code:
<IfModule mod_autoindex.c>
    IndexOptions FancyIndexing IgnoreCase VersionSort SuppressHTMLPreamble
    HeaderName /home/www/header.html
</IfModule>