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 exit. If you run out of memory then yo

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

2002-09-30 Thread Anthony E.
incidentally, i noticed i am getting a lot of these errors in the error_log: Out of memory! Callback called exit. --- "Anthony E." <[EMAIL PROTECTED]> wrote: > 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

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". Looking at the socket > > traffic, the c

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 orderly release indication (T_ORDEL_I

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 this only on Netscape 4?

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

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_ORDEL_IND = 132) > on the soc

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 release request, which