On Mon, 2003-11-17 at 18:41, Robert Knaak wrote:
> I am still wondering why every example I see with Apache::RegistryFilter and
> Apache::SSI makes no mention of having to set the header.
The only time you have to set the header is if you were relying on
PerlSendHeader instead of setting the conte
]
Sent: Monday, November 17, 2003 5:53 PM
To: Robert Knaak
Cc: [EMAIL PROTECTED]
Subject: Re: Question about headers and Apache::Filter
On Fri, 2003-11-14 at 14:24, Robert Knaak wrote:
> It seems that PerlSendHeader On has no effect when you are using
> Apache::RegistryFilter, how can I get the
On Fri, 2003-11-14 at 14:24, Robert Knaak wrote:
> It seems that PerlSendHeader On has no effect when you are using
> Apache::RegistryFilter, how can I get the proper headed type sent?
Are you still having trouble with this? It looks to me like you can fix
it by adding $r->content_type("text/html
Hello I had been trying to use Apache::OutputChain Apache::SSIChain
Apache::Registry to allow me to use SSI in the output of my mod_perl
programs. The ssi content always wound up at the top of the output. After
reading the mailing list it seemed that Apache::RegistryFilter Apache::SSI
was the way