W/ apache 2
"Reaz Baksh" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <000001c2a44d$23782a70$0200a8c0@winxp> |
Hello
I'm using Apache 2.0.43 along with mod_layout 4.0.1a. I read in a
previous message that 'LayoutMerge' is not needed. I commented it out
but I still don't see the 'header.htm' or 'footer.htm' show up.
LayoutIgnoreURI /ab/*.*
LayoutIgnoreURI /abc/*.*
<Directory /home/xyz/www/qwerty/>
# LayoutMerge On
# LayoutMergeBeginTag <body>
# LayoutMergeEndTag </body>
LayoutHeader /home/xyz/www/qwerty/header.htm
LayoutFooter /home/xyz/www/qwerty/footer.htm
</Directory>
I've used the setting above on version 3.2 with apache 1.3.26 and it
worked fine. Can I use version 3.2 on apache2?
Is there anything noticeable that I'm doing wrong?
Reaz