Re: "document contains no data" errors (with mod_ssl)

2002-10-01 Thread Ged Haywood
Hi there, On Mon, 30 Sep 2002, Anthony E. wrote: > > am receiving "document contains no data" error > > messages quite frequently. [snip] > incidentally, i noticed i am getting a lot of these > errors in the error_log: > > Out of memory! > Callback called

Re: "document contains no data" errors (with mod_ssl)

2002-09-30 Thread Anthony E.
her apache 1.3.26 build with openssl > 0.9.6g, mod_ssl 2.8.10-1.3.26, and mod_perl 1.27, > and > am receiving "document contains no data" error > messages quite frequently. > > I tried restarting the newly installed apache > without > mod_ssl enabled, but I still get

"document contains no data" errors (with mod_ssl)

2002-09-30 Thread Anthony E.
i have a working version of apache 1.3.26 with mod_perl 1.27, no problems.. i installed another apache 1.3.26 build with openssl 0.9.6g, mod_ssl 2.8.10-1.3.26, and mod_perl 1.27, and am receiving "document contains no data" error messages quite frequently. I tried restarting the newly

Re: [OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-09-09 Thread Taisuke Yamada
>> I seem to have a strange problem here with Netscape displaying the error >> 'Document contains no data' when I do $Response->Redirect($location). > > everytime i've ever gotten that it was because > my server side code had caused an apache process to co

Re: [OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-09-09 Thread Joel W. Reed
On Aug 23, [EMAIL PROTECTED] contorted a few electrons to say... Daniel Little wrote: > > I seem to have a strange problem here with Netscape displaying the error > 'Document contains no data' when I do $Response->Redirect($location). > everytime i've ever gotten

Re: [OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-08-23 Thread Joshua Chamas
Daniel Little wrote: > > I seem to have a strange problem here with Netscape displaying the error > 'Document contains no data' when I do $Response->Redirect($location). > > I'm using Apache 1.3.19, mod_perl 1.25, Apache::ASP v2.09, but I don't think >

[OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-08-23 Thread Daniel Little
I seem to have a strange problem here with Netscape displaying the error 'Document contains no data' when I do $Response->Redirect($location). I'm using Apache 1.3.19, mod_perl 1.25, Apache::ASP v2.09, but I don't think it's in Apache::ASP, as the redirect code in

Re: Document Contains no data

2001-01-07 Thread Stas Bekman
On 31 Dec 2000, Stephen A. Cochran wrote: > --- Stas Bekman wrote: > On 17 Nov 2000, Stephen A. Cochran wrote: > > > > I have a program which runs fine 90% of the time under mod_perl. About 10% of > > the time Netscape reports "Document contains no data". Look

Re: Document Contains no data

2000-12-31 Thread Stephen A. Cochran
--- Stas Bekman wrote: On 17 Nov 2000, Stephen A. Cochran wrote: > > I have a program which runs fine 90% of the time under mod_perl. About 10% of > the time Netscape reports "Document contains no data". Looking at the socket > traffic, the client receives an orde

Re: Document contains no data

2000-12-20 Thread G.W. Haywood
Hi there, On Tue, 19 Dec 2000, Darren Duncan wrote: > I have been having a problem with my scripts during the where I > periodically get a Netscape 4 error saying "Document contains no > data" when they run under mod_perl, but not with the same script > under CGI. Is t

re: Document contains no data - source code

2000-12-19 Thread Darren Duncan
In case it would help, I have provided the source of the methods that piece together my output and print it. I use HTTP::Headers to do the headers and my own code to assemble the HTML body. // Darren Duncan sub send_to_user { my $self = shift( @_ ); print STDOUT $self->to_stri

Document contains no data

2000-12-19 Thread Darren Duncan
I have been having a problem with my scripts during the where I periodically get a Netscape 4 error saying "Document contains no data" when they run under mod_perl, but not with the same script under CGI. And this only happens sometimes; other times the pages return fine. Ho

Re: Document Contains no data

2000-11-17 Thread Stas Bekman
On 17 Nov 2000, Stephen A. Cochran wrote: > > I have a program which runs fine 90% of the time under mod_perl. About 10% of > the time Netscape reports "Document contains no data". Looking at the socket > traffic, the client receives an orderly release indication (T_ORD

Re: Document Contains no data

2000-11-17 Thread Stephen A. Cochran
I have a program which runs fine 90% of the time under mod_perl. About 10% of the time Netscape reports "Document contains no data". Looking at the socket traffic, the client receives an orderly release indication (T_ORDEL_IND = 132) on the socket and reponds with a orderly relea