Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 45258 invoked from network); 30 Jul 2004 09:37:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jul 2004 09:37:59 -0000 Received: (qmail 97670 invoked by uid 500); 30 Jul 2004 09:37:41 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 97626 invoked by uid 500); 30 Jul 2004 09:37:41 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 97567 invoked by uid 99); 30 Jul 2004 09:37:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Message-ID: <01a301c47618$b53182b0$0200a8c0@analog> From: "Chris Faust" To: Cc: References: <5ac301c473ef$94fcf400$0200a8c0@analog> <33031.68.167.196.237.1090944173.squirrel@mail.redhotpenguin.com> Subject: Re: HTTP headers - what is wrong Date: Fri, 30 Jul 2004 05:36:36 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Fred, that did the trick... -Chris ----- Original Message ----- From: To: "Chris Faust" Cc: Sent: Tuesday, July 27, 2004 12:02 PM Subject: Re: HTTP headers - what is wrong > > Which works great, the problem is right before I print out any HTML, I > > changed > > > > $CGI->header > > to $r->send_http_header; > > The method $r->send_http_header() no longer exists in mod_perl 2.0. > > See the following link > http://perl.apache.org/docs/2.0/user/porting/porting.html#Making_Code_Conditional_on_Running_mod_perl_Version > > > Apache/2.0.44 (Unix) mod_perl/1.99_08 Perl/v5.8.0 > > That version of mod_perl2 is quite old - the current version is 1.99_14. > I recommend installing 1.99_14, much has changed and many bugs have been > fixed. > > Regards, > > Fred > -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html