Package: libapache2-mod-layout
Version: 4.0.1a-2.2
Per FAQ of the original developers site, it gives the option to use
LayoutMerge as a directive to use in your virtual hosting of this package to
set when it should merge the included .html file if you do not want it
included per the <body> tag, but a custom tag of your choice.
The version of this package in debian woody for apache 1.3 works just fine.
example of virtual host configuration
LayoutMerge On
LayoutMergeBeginTag <html>\r\n
LayoutHeader /home/www/header-copyright.html
LayoutIgnoreURI /png.php
LayoutIgnoreURI /newpng.php
When trying to start up apache 2.0, receive this error:
"Invalid command 'LayoutMerge', perhaps mis-spelled or defined by a
module not included in the server configuration"
The above example is what I had exactly in debian woody apache 1.3, now does
not work in debian sarge apache 2.0.
apache2.conf shows this. LoadModule layout_module
/usr/lib/apache2/modules/liblayout.so
Thanks
-Paul
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]