You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Gagan Prakash <ho...@mediaone.net> on 2000/04/23 05:17:18 UTC

End failed -- Cleanup aborted and other errors

Hi,

We are in the process of moving our site www.adalbadal.com from the web
hosting company in India to iserver -- they do have mod_perl!!!

Well during this process, some of our scripts are giving us:
    END failed--cleanup aborted at /dev/null line 6.
    Callback called exit at /dev/null line 6.
and an occassional
    Out of memory!

This server has Apache 1.3.11
Mod_perl 1.21

Do any of you have any ideas since these scripts work correctly on 3 other
servers which have mod_perl?

Thanks
Gagan



********** Web App Development  Needs? ***************
          Contact OSATech today! http://www.OSATech.com
***************************************************

----- Original Message -----
From: "Gunther Birznieks" <gu...@extropia.com>
To: <mo...@apache.org>
Sent: Saturday, April 22, 2000 9:57 PM
Subject: Re: Implementing security in CGI


> At 09:42 AM 4/22/00 -0500, Michael Schout wrote:
> >On Thu, Apr 20, 2000 at 12:15:16PM -0400, DeWitt Clinton wrote:
> > > The secure session has the following properties:
> > >
> > > *) The user is able to initiate a secure session by providing proper
> > > credentials (i.e., a username and password pair) via a login process.
> > >
> > > *) The user is able to terminate the secure session via a logout
> > > process.
> > >
> > > *) Secure sessions must be able to time out automatically.
> > >
> > > *) Secure sessions must *never* transmit sensitive data (such as the
> > > password) over insecure channels.
> >
> >my Apache::TicketAccess module does all of this, but it uses Cookies for
the
> >transport mechanism.  So if using cookies are okay, them
Apache::TicketAccess
> >may be a solution for some folks.
>
> You might want to consider adding a subclass that will hook into a handler
> that will interpret a mangled URL with the session id if the cookie does
> not exist in order to give people a choice. Then, have an API in the class
> that can create the mangled URL on an as-needed basis for the web
> application author to hook into.
>
> This is similar to how sessions in Java Servlets work. Cookies used by
> defaults, but routines exist to help mangle the URLs for those that do not
> wish to use them.
>
> Later,
>     Gunther
>
> __________________________________________________
> Gunther Birznieks (gunther.birznieks@extropia.com)
> Extropia - The Web Technology Company
> http://www.extropia.com/
>


Re: End failed -- Cleanup aborted and other errors

Posted by Doug MacEachern <do...@covalent.net>.
On Sat, 22 Apr 2000, Gagan Prakash wrote:

> Hi,
> 
> We are in the process of moving our site www.adalbadal.com from the web
> hosting company in India to iserver -- they do have mod_perl!!!
> 
> Well during this process, some of our scripts are giving us:
>     END failed--cleanup aborted at /dev/null line 6.
>     Callback called exit at /dev/null line 6.
> and an occassional
>     Out of memory!
> 
> This server has Apache 1.3.11
> Mod_perl 1.21

might want to try 1.23.  do this script have END blocks?  if so, what are
they doing?