Hi,
It was the problem with the Apache::DBI.
We were loading this Apache::DBI module along with other Perl modules
(used for the global variables).
These Perl modules access the database.
So when the apache starts the parent daemon, it already has connections
to the database(created by these pe
Is modperl built now for apache 2.0?
Ruben
On Sun, Nov 16, 2003 at 01:57:10PM +0100, Gerald Richter wrote:
> Hi,
>
> >
> > When stopping Apache (via apachectl stop), the following line appears
> > about 30 times in the error log:
> >
>
> This is a problem of global destruction of Embperl's app
Hi Angus,
after stracing apache2 segfaults on a page containing nothing
but a http redirection, which started to happen a few days ago
due to a new apache2 version in debian sid, I found that
rebuilding SessionX eliminates the problem. All my other pages
still worked ok, so you might not have stumb
Hi all:
EplSite 2 has been released!!!
This version has many improvements, the most important are:
- Now you can run EplSite safety under mod_perl, we have eliminated files
loaded with __PACKAGE__.
- Now everything works with embperl 1.3.4 or .6 and embperl 2.x.
- Improved multilanguage instal
Hi,
>
> When stopping Apache (via apachectl stop), the following line appears
> about 30 times in the error log:
>
This is a problem of global destruction of Embperl's application object.
This will not shown when you use the 2.0b9 distribution, but when you run
xsbuilder on your own, for example