http://www.perlmonks.org?node_id=308412


in reply to Re: Re: Apache::Filter and Apache::RegistryFilter
in thread Apache::Filter and Apache::RegistryFilter

You could set the content-type in your httpd.conf, either by file extension or with a directive inside your Location block. A better solution would be modifying Apache::Filter so it notices when you have already sent headers.
  • Comment on Re: Re: Re: Apache::Filter and Apache::RegistryFilter