Hello,
My system runs on Solaris 8, perl 5.8.3. I am upgrading the Apache
from 2.49 to 2.54
with "./configure --prefix=/usr/local/apache2 --with-mpm=prefork
--enable-mods-shared=all --disable-auth_digest"
and mod_perl 1.99_13 to mod_perl 2.0.1 with
" perl Makefile.PL MP_AP_PREFIX=/usr/local/ap
Since everything was working on old versions I wanted to lower the mod_perl
to 08,
but I can't anyway, so I am not lowering the mod_perl, but Mark's patch
didn't work,
we tried it and still get the same thing.
H.
At 04:03 PM 5/7/2004, Stas Bekman wrote:
Hulya Gurer wrote:
Mark,
Mark, thanks for the code. I am not sure why but it didn't work for
us. It could be
the versions of everything we are on now.
Unfortunately I can not lower the version of mod_perl-1.99.13 to .08 ,
because it conflicts
with any version of Apache with Perl 5.8.3 and the apache does not get
star
TED]> wrote:
> Hulya Gurer wrote:
> >
> > Sorry Stas, here it's.
> >
> > We are already using Apache::DBI->connect_on_init() and
there are
> > not many accesses
> > to the database at this point that concern more than one
connection.
>
> As I sug
Apache::DBI->connect_on_init("DBI:DB2:EPRODUCT",
"db2inst1", "abc123", {RaiseError => 0, AutoCommit
=> 1});
Apache::DBI->connect_on_init("DBI:DB2:PROD_DEV",
"ebtest", "gopher88", {RaiseError => 0, AutoCommit
=> 1});
Thanks
Hello,
I have a new Solaris server that runs on Solaris 8 and has been upgraded
to Perl 5.8.3, Apache 2.49,
mod_perl 1.99.13, and DB2 running as Database. When I start the
apache server with startup.pl I get,
Database handle destroyed without explicit
disconnect at /usr/local/lib/perl5/site_per
Hello,
I am trying to compile mod_perl 1.99.08 on Sun machine that runs on
Solaris 8. I have Gcc-2.95.3 ,Perl 5.8.3,
and Apache 2.0.47
I have compiled the apache with
./configure --prefix=/usr/local/apache2 --with-mpm=prefork
--enable-mods-shared=all --disable-auth_digest
and compiled the mod_pe
Hello Dustin,
We had the same problem when we switch to mod_perl couple months ago, and I
created
cgi-bin2 directory for the ones we haven't modified yet and have problem
running under mod_perl
We put the modified scripts for mod_perl in regular cgi-bin directory. The
only headache is
you need
Hello,
I have been getting the error messages below and not sure if "$r wasn't
passed" is related with mod_perl/apache or it's something about server
configurations. The web
server I am getting this error message from is SunFire280R. Any ideas?
[Fri Oct 31 01:02:17 2003] -e: $r wasn't passed.