problem with Apache::SSIChain

2001-10-25 Thread LPorcano



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


Re: problem with Apache::SSIChain

2001-10-25 Thread Perrin Harkins

LPorcano wrote:

 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


Shouldn't that be

PerlHandler Apache::OutputChain Apache::SSIChain Apache::Registry

instead?






Re: problem with Apache::SSIChain

2001-10-25 Thread LPorcano

Yeah, sorry that was a typo in the email. It is actually Apache::SSIChain in
the conf file.

Len


- Original Message -
From: Perrin Harkins [EMAIL PROTECTED]
To: LPorcano [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, October 25, 2001 9:52 AM
Subject: Re: problem with Apache::SSIChain


 LPorcano wrote:

  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


 Shouldn't that be

 PerlHandler Apache::OutputChain Apache::SSIChain Apache::Registry

 instead?