help - module not working.
"Jeremy May" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
for somereason it dont seem to work. i followed the install instructions.
and how to impliment it, ect...
<!-- SNIP --!>
LoadModule layout_module modules/mod_layout.so
<VirtualHost 66.252.1.130>
ServerAdmin [email protected]
DocumentRoot /www/mail.inetking.net
ServerName mail.inetking.net
AddOutputFilter LAYOUT html
LayoutFooter "<p>Test</p>"
LayoutHeader /usr/local/apache2/conf/header.html
</VirtualHost>
<!-- END SNIP --!>