Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Issac Goldstand

umm... If you send them twice.  Aside from happening by doing
$r-send_http_header twice (it's happened), it could be something else is
automatically sending header s for you...

Just an idea...
  Issac

- Original Message -
From: Rafiq Ismail (ADMIN) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 12:19 AM
Subject: Idiot question: headers at the base of the page.


 I'm doing squinty eyed coding and need someone to knock common sense into
 me.  In the right order - as far as I can see - I have my content_type
 ;send_http_headers; $r-print'ed.  With loads of poo in between.  Under
 what circumstances would my page render, dumping the HTTP headers at the
 base?  Other than their being sequentially out of order, that is.

 It's probably one of those look at it again in the morning questions.

 Someone hit me over the head with a hammer please.








Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Ged Haywood

Hi all,

On Thu, 13 Jun 2002, Issac Goldstand wrote:

 - Original Message -
 From: Rafiq Ismail (ADMIN) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, June 13, 2002 12:19 AM
 
  Under what circumstances would my page render, dumping the HTTP
  headers at the base?  Other than their being sequentially out of
  order, that is.
 
 umm... If you send them twice.  Aside from happening by doing
 $r-send_http_header twice (it's happened), it could be something else is
 automatically sending header s for you...

Or there might be some funny buffering going on that you don't know about.
(Or this might be happening as well as incorrectly sending things twice:).

73,
Ged.




Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Jon Robison

Don't recall offhand, but I know there is an http.conf momd_perl config
command that will set 'auto-header' for you. Perhaps that is already on?

--Jon Robison

Issac Goldstand wrote:
 
 umm... If you send them twice.  Aside from happening by doing
 $r-send_http_header twice (it's happened), it could be something else is
 automatically sending header s for you...
 
 Just an idea...
   Issac
 
 - Original Message -
 From: Rafiq Ismail (ADMIN) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, June 13, 2002 12:19 AM
 Subject: Idiot question: headers at the base of the page.
 
  I'm doing squinty eyed coding and need someone to knock common sense into
  me.  In the right order - as far as I can see - I have my content_type
  ;send_http_headers; $r-print'ed.  With loads of poo in between.  Under
  what circumstances would my page render, dumping the HTTP headers at the
  base?  Other than their being sequentially out of order, that is.
 
  It's probably one of those look at it again in the morning questions.
 
  Someone hit me over the head with a hammer please.
 
 
 
 



Idiot question: headers at the base of the page.

2002-06-12 Thread Rafiq Ismail (ADMIN)

I'm doing squinty eyed coding and need someone to knock common sense into
me.  In the right order - as far as I can see - I have my content_type
;send_http_headers; $r-print'ed.  With loads of poo in between.  Under
what circumstances would my page render, dumping the HTTP headers at the
base?  Other than their being sequentially out of order, that is.

It's probably one of those look at it again in the morning questions.

Someone hit me over the head with a hammer please.