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
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
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
--- 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
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?
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
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
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