have some mod_layout problem, any help would be great
Hi,ServerWizards installed modlayout for me.
They also added the following into httpd.conf:
"LoadModule layout_module /libexec/mod_layout.so"
I then added the following code in the very end of httpd.conf:
<VirtualHost *:80>
LayoutFooter /home/mysite/footer.html
LayoutHeader /home/mysite/header.html
</VirtualHost>
I get this error when i try to restart httpd:
root@server02 [~]# service httpd restart
/etc/init.d/httpd: line 202: 27959 Segmentation fault (core dumped) $HTTPD -t >/dev/null 2>&1
/etc/init.d/httpd restart: configuration broken, ignoring restart
/etc/init.d/httpd restart: (run 'apachectl configtest' for details)
- I have very low server skills (as you can see) - where are my errors?