Re: [EMAIL PROTECTED] mod_perl not sending Content-Length header

2006-01-24 Thread Khai Doan
users@httpd.apache.org To: Subject: Re: [EMAIL PROTECTED] mod_perl not sending Content-Length header Date: Tue, 24 Jan 2006 11:45:05 +0200 Hi, Use the following method: $r->set_content_length(length($content)); Upgrading mod_perl is also a good idea. Teddy - Original Message - Fr

Re: [EMAIL PROTECTED] mod_perl not sending Content-Length header

2006-01-24 Thread Octavian Rasnita
Hi, Use the following method: $r->set_content_length(length($content)); Upgrading mod_perl is also a good idea. Teddy - Original Message - From: "Khai Doan" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 24, 2006 6:11 AM Subject: [EMAIL PROTECTED] mod_perl

[EMAIL PROTECTED] mod_perl not sending Content-Length header

2006-01-23 Thread Khai Doan
Hello everyone,   I have Fedora Core 2 which has Apache/2.0.51 and mod_perl-1.99_12-2.1 .  I am using mod_perl to generate dynamic content, and I always know the length of the content I will be sending to the browser.  So I have Keep-Alive On.  In my code, I call:   $r->headers_out->add("Content-Le