On Tue, 13 Mar 2001, Issac Goldstand wrote:
> The only problem was the PerlSendHeaders option.  The first fifty or
> so times that I read the manpages, I understood that PerlSendHeader On
> means that mod_perl will SEND HEADERS, and that off meant supply your
> own... Somehow I figured out (eventually) that this was not so,
> switched all of my deliberately placed PerlSendHeader Off statesments
> to a single On statement, and all of my scripts once again work.

Um, you're getting me confused now, but PerlSendHeader On means that
mod_perl WILL send headers.

> I think the main problem was the line :
> 
>   By default, mod_perl does not send any headers by 
>   itself, however, you may wish to change this:     
>           PerlSendHeader On    
>                        
> That seems to say that if you want mod_perl to handle headers for
> you, cange it to On.

That's correct.

- Perrin

Reply via email to