On Sun, 26 Oct 2003, B. Fongo wrote: > Besides that, you need to explicitly tell mod_perl to always send a > header to the browser, by adding: "PerlSendHeader on" to the http.conf > as follows: > > Alias /perl/ "C:/Apache2/perl/ > <Location /perl> > SetHandler perl-script > PerlHandler Apache::Registry > PerlSendHeader on > Options ExecCGI > </Location>
That's true ... However, in mod_perl 2 (which Angela is using), PerlSendHeader On has been replaced by PerlOptions +ParseHeaders which was present in the config file being used. -- best regards, randy