> Onto the unsolved problems:
>
> 1. I get Stack Underflow errors every once in a while from Embperl on
> pages that work fine on a reload.
>
I guess your problem occures when the input of Embperl changes. I have
already discussed that problem with Miachel. You need to change the mtime
parameter, everytime you feed a new source to embperl, because Embperl needs
to know, when it must recompile the source. If you change the source, but do
not change mtime, you get strange results. Another possibilty is to set
mtime to zero, then Embperl will recompile the source everytime.
> 2. If I change the order of Apache::SSI and Apache::EmbperlFilter in the
> PerlHandler section of my configuration Apache::SSI outputs the server
> side includes and prints them to the browser instead of to Embperl. This
> is with Filter On. I am unsure what is going on here.
>
I think Joshua already gave you an anwer to that problem
Gerald