Problem with 4.1 and apache 2

Gordon Campbell <[email protected]> Tue, 23 Oct 2007 09:30:40 -0400
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Good morning, I'm having a terrible time getting mod_layout 4.1 to 
cooperate on apache 2.0.51 on a Fedora machine.

Here are the directives I'm using:

        AddOutputFilter LAYOUT php html
        LayoutFooter auto/quarg_tail.php"
        LayoutHeader auto/quarg_head.php

The pages that need to be wrapped are all php pages.

This all works just fine with mod_layout 3.2.1 under apache 1.3.27 with 
these directives:

    LayoutReplaceTags On
    LayoutMerge On
    LayoutHeader auto/quarg_head.php
    LayoutFooter auto/quarg_tail.php

Can someone please give me a hand? Thanks.

Cheers,
......G