Layout and dynamic Scripts (not LayoutHeader / LayoutFooter) returns zero byte page.

Markus Bordihn <[email protected]> Sat, 05 Jan 2008 13:56:40 +0100
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hi all,
I try several things to get following working, without success:

Apache Config
...
  AddOutputFilter LAYOUT .htm
  LayoutComment Off
  ...
  Layout "<!-- JSHead -->" /jshead.php
...

/jshead.php
...
<?php
echo "test 123";
?>
...

The Webserver return a zero content page with no content :/
When i remove the line all worked correct, also in the error log there 
is no Error and when I insert a php error in the file, this error shows 
up in the error log.

I would be happy when someone have try this allready or if somebody know 
why this is not possible ?

The Problem is i cant used "LayoutHeader" or "LayoutFooter" because this 
should be in the <head>...</head> of the html document.

I use Apache 2.2 and the lastest Mod_Layout Version.

Thanks a lot and Greetings,
- Markus