I am trying to set up a Apache::SSIChain to process the output from a cgi running under Apache::Registry
 
I am using the following line in the conf file:
 
 PerlHandler Apache::OutputChain Apache::SSI Apache::Registry
 
The problem is that all of the includes are being inserted at the top of the page rather than where the include call is. So the content of the footer include ends up being inserted before the body. Has anyone seen something like this, or have an idea of what is going wrong?
 
Thanks,
Len

Reply via email to