On 7/20/03 11:12 PM, Slava Bizyayev wrote:
> Your own content-type is supposed to be overwritten only in case of the use
> of
> 
> PerlSetVar UseCGIHeadersFromScript Off
> 
> in your configuration file. You might wish to comment this line in your
> configuration file when your script generates correct header line in
> accordance with CGI/1.0 and/or CGI/1.1.

I don't have that line in my config.  I'm setting the content type using
$r->content_type() in my apache module.  I'm not using CGI/registry scripts,
and I'm not doing print "Content-Type: ..." anywhere.

-John

Reply via email to