Re: help - module not working.
"Jeremy May" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
one problem, i only want to have one file on the server. how can i dothat like so? LayoutHeader http://www.inetking.net/header.html ??? --jeremy > Jeremy May wrote: >> 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 --!> >> _______________________________________________ >> Mod_layout mailing list >> [email protected] >> http://lists.tangent.org/mailman/listinfo/mod_layout >> > > change your LayoutHeader directive to point at a URL rather than a > pathname, i.e. LayoutHeader /header.html > > And while I'm sending stuff to the mailing list ... Any word yet on when > the Apache2 release of mod_layout will move out of alpha? Still can't > get php pages to display with mod_layout-4.0.2a. > > -- > Paul Ross > Senior Software Engineer > Raytheon Technical Services Company LLC > 281.280.2997 > 281.280.4138 fax > 713.736.9581 pager > [email protected] > http://www.opengov.us > > _______________________________________________ > Mod_layout mailing list > [email protected] > http://lists.tangent.org/mailman/listinfo/mod_layout >