Apache Segmentation fault
"Dan Maret" <[email protected]> Wed, 1 Nov 2006 23:32:13 -0500
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
I recently installed mod_layout, yet when I try to restart apache I keep getting this error: root@shadow [~]# /usr/sbin/httpd configtest Trying to insert <body*> ADDING LAYOUT:<body*> (1) (2)(1) Trying to insert </body> ADDING LAYOUT:</body> (3) (4)(2) /usr/sbin/httpd: line 200: 1737 Segmentation fault (core dumped) $HTTPD -t my configuration looks like this: LoadModule layout_module libexec/mod_layout.so AddModule mod_layout.c <VirtualHost xxx.xxx.xxx.xxx> ServerAlias jsmith.domain.com ServerAdmin [email protected] DocumentRoot /home/jsmith/public_html BytesLog domlogs/jsmith.domain.com-bytes_log ServerName www.jsmith.domain.com User jsmith Group jsmith CustomLog /usr/local/apache/domlogs/jsmith.domain.com combined ScriptAlias /cgi-bin/ /home/jsmith/public_html/cgi-bin/ <IfModule mod_layout.c> LayoutMerge On LayoutHeader "HEADER" LayoutFooter "FOOTER" </IfModule> </VirtualHost> -- Dan _______________________________________________ Mod_layout mailing list [email protected] http://lists.tangent.org/mailman/listinfo/mod_layout