mod_layout configuration help needed!

hi,
after installing the mod_layout on a server i like it to use severwide adn on all new website i going to setup in the future.
However it works only if i add some directive manually to the httpd.conf. What's wrong? How to setup mod_layout in order to apply it to all new accounts?
Currently i have to modify manually the following in httpd.conf and restart apache to let it work.

Thanks a lot
----------
<VirtualHost 000.000.00.000>
ServerAlias www.website.com website.com
ServerAdmin webmaster@website.com
DocumentRoot /home/userid/public_html
BytesLog domlogs/website.com-bytes_log
ServerName www.website.com
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User userid
Group userid
CustomLog domlogs/website.com combined
ScriptAlias /cgi-bin/ /home/userid/public_html/cgi-bin/
LayoutHeader /bannerad.html

#<Directory /usr/local/apache/htdocs/adv/docs>
#AllowOverride All
# mod_layout:
#AddOutputFilter LAYOUT html
#AddOutputFilter LAYOUT shtml
#AddOutputFilter LAYOUT htm
#AddOutputFilter LAYOUT php
#LayoutMerge On
#LayoutComment On
#LayoutHeader /docs/bannerad.html
#LayoutFooter /docs/bannerad.h
#IndexIgnore advertising.htm
#</Directory>

</VirtualHost>

 

 

 

 

Top