Mod_layout and suphp 0.6.2

Cryptronic <[email protected]> Sat, 24 Feb 2007 13:23:08 +0000
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hi all,

i like this little tool very much but unfortunately I want to use it 
together with suphp.

All I get in Browser output are some strange chars and signs but not the 
content I want to get. When you say me what debug things I have to give 
you, to figure out this problem, I'm willing to give them to you.
Also I get no error in apache's logs and suphp says that the script was 
executed normally.

I'm using mod layout 5.0 with apache 2.2 suphp 0.6.2 and php 5.2 all 
under debian.

I use mod_layout in the following way:
<VirtualHost>
...
    <Directory ...>
                    suPHP_Engine on
                    suPHP_AddHandler php
                    RewriteEngine On
                    Options +FollowSymlinks
                    Allow from all
    </Directory>

    AddOutputFilter LAYOUT php htm html phtml
    LayoutFooter "<p>Copyright</p>"
</VirtualHost>

It would be very great if these to modules could work together.

Best regards

Oliver