Thanks for the info Perrin, I was able to make it work by adding an AddType. I am still wondering why every example I see with Apache::RegistryFilter and Apache::SSI makes no mention of having to set the header.
Robert -----Original Message----- From: Perrin Harkins [mailto:[EMAIL PROTECTED] 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 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") to your scripts, or you can use an AddType directive in httpd.conf if you don't want to edit your scripts. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html