in reply to CGI + SSI = extra content-type header?

Isnt the server responsible for setting content type when parsing html like this?

-Waswas
  • Comment on Re: CGI + SSI = extra content-type header?

Replies are listed 'Best First'.
(Kris) Re: CGI + SSI = extra content-type header?
by Kozz (Friar) on Jun 06, 2003 at 21:48 UTC
    Well, if I omit the header line, it produces an error... However, if I leave the print header line in place and comment-out my send_account() line, it shows the rest of the output correctly but does not make a visible content-type header. See my confusion?