i nedd help with mod_layout

hello

i have installed mod_layout using aspx

and configured a virtualhost to use mod_layout:

Code:
<VirtualHost 209.209.209.209>
ServerAlias www.site.com site.com
ServerAdmin webmaster@site.com
DocumentRoot /home/site/public_html
BytesLog domlogs/site.com-bytes_log
User site
Group site
ServerName www.site.com
CustomLog domlogs/site.com combined
Options -ExecCGI -Includes
ScriptAlias /cgi-bin/ /home/site/public_html/cgi-bin/

LayoutMerge on 
#LayoutIgnoreTag "</frameset>"
LayoutHeader /header.html
LayoutFooter /footer.html

</VirtualHost>

but when i test this i get a strange error:

Code:
root@server [~]# service httpd configtest
Trying to insert <body*>
ADDING LAYOUT:<body*> (1) (2)(1)
Trying to insert </body>
ADDING LAYOUT:</body> (3) (4)(2)
/etc/init.d/httpd: line 192:   942 Segmentation fault      (core dumped) $HTTPD -t
have any one got this proplem with mod_layout?
tryed to search on google.com but found nothing i nedd help with mod_layout

 

 

 

 

Top