Re: Configuring mod_perl on Debian

2002-05-28 Thread Andrew McNaughton
; > On 2002.05.28 04:03 Jeff A wrote: > > > > > From: Andrew McNaughton [mailto:[EMAIL PROTECTED] > > > Sent: 27 May 2002 21:02 > > > To: Ian D. Stewart > > ... > > > You miss most of the advantage of debian's package management > > >

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
My guess is that some error message is terminating your headers before the content-type is sent. stdout and stderr get buffered independently so the stderr can come out of your script first, even if it's generated later in your code. * Set $|=1; as the first thing you do in your test script, imm

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
Sounds to me like you're not setting your content-type correctly for some reason. Have a look at the headers being sent out. It's either not sending this header, or it's sending something the browser doesn't know what to do with. Andrew On Sun, 26 May 2002, Ian D. Stewart wrote: > Date: Sun