Segmentation fault

"Cosas minovela" <[email protected]> Sat, 13 Mar 2004 05:42:03 +0100
Newsgroups gmane.comp.apache.mod-layout
Message-ID <001401c408b5$880c5970$02001aac@pc1000>
hello, i've configure httpd.conf adding these lines

LoadModule layout_module      libexec/mod_layout.so
AddModule mod_layout.c

<VirtualHost *:80>
  ServerAdmin [email protected]
  ScriptAlias /cgi-bin/ /var/www/utilidadespc.com/cgi-bin/
  ServerName www.utilidadespc.com
  ServerAlias utilidadespc.com
  ServerAlias www.utilidadespc.com
  DocumentRoot /var/www/utilidadespc.com

        LayoutFooter /footer.html
        LayoutHeader /header.html

</VirtualHost>

when i try to restart o configtest i get this message:

[root@plain apache_1.3.29]# /etc/init.d/httpd configtest
[Sat Mar 13 03:00:35 2004] [warn] module php4_module is already loaded, skipping
[Sat Mar 13 03:00:35 2004] [warn] module mod_php4.c is already added, skipping
[Sat Mar 13 03:00:35 2004] [warn] module mod_layout.c is already added, skipping
Trying to insert </body>
ADDING LAYOUT:</body> (3) (4)(1)
Trying to insert <body*>
ADDING LAYOUT:<body*> (1) (2)(2)
/etc/init.d/httpd: line 171: 21221 Segmentation fault      $HTTPD -t

help me please :)