ja den fehler bekomme ich auch...könnte mit unseren debian paketen einen zussamenhang haben.
hast du bereits fortschritte bei mod_layout machen können den bei mir wird vieles zerschossen: hier sichtbar:
http://www.website.menkisystems.net/phpBB3/
ins admin von phpbb3 komme ich garnicht rein. was ich nicht verstehe ist das in der readme datei von mod_layout dieses drinnen steht:
So how do I make this work?
An example config for your httpd.conf
file would be the following:
Code:
<Virtualhost www.geek.com>
AddOutputFilterByType LAYOUT text/html
LayoutFooter /footer.html
LayoutHeader /header.html
</virtualhost>
The LayoutFooter directive can also be a cgi
(aka putting in "LayoutFooter /cgi-bin/printenv" would
happily append the environmental variables to
the end of all of the output for your site).
If you want to cut down on processing the
following will also work:
<Virtualhost www.geek.com>
AddOutputFilterByType LAYOUT text/html
LayoutFooter "<P> This is the tail end of things<P>"
LayoutHeader "<P> This is the beginning of things<P>"
</virtualhost>
The following is an example which will wrap PHP along
with html documents.
<Virtualhost www.geek.com>
AddOutputFilterByType LAYOUT text/html
LayoutFooter /footer.html
LayoutHeader "<P> This is the beginning of things<P>"
</virtualhost>
dieses haben wir garnicht angewandt. ich vermute das dadurch diese probleme auftretten. den mod_layout ist für 2.2 apachen gemacht worden. das letzte update war im märz 2008.
MENKI