Hi,
Please tell me how to use the Apache::DBI module if I use mod_perl 1.999.22
RC5.
Should I use the following?
use Apache2::DBI ();
Where can I get Apache2::DBI in this case?
(I am using Active Perl under Windows).
I have tried to search for Apache2-DBI with ppm, but with no results.
Or sh
On Sun, 17 Apr 2005, Octavian Rasnita wrote:
> Hi,
>
> Please tell me how to use the Apache::DBI module if I use
> mod_perl 1.999.22 RC5.
>
> Should I use the following?
> use Apache2::DBI ();
>
> Where can I get Apache2::DBI in this case?
>
> (I am using Active Perl under Windows).
>
> I have tri
On Fri, 2005-04-15 at 17:18 -0400, Philip M. Gollucci wrote:
> Gokul P. Nair wrote:
>
> >A simple call to set_login_cookie.html from a browser
> >causes a segmentation fault and generates the
> >following message in my apache error log:
> >
> >[notice] child pid x exit signal Segmentation
> >f
Heya
A couple of things
1. perl_extload fails..
I put the tests in verbose mode but I couldn't see anything specific
Can anyone confirm this passes?
2.
Modperl::*
Should it be renamed to
Modperl2::*
?
Clayton Cottingham - WinterMarket Networks
Virtual Reality Programming, Design & Evange
Hi Folks
> use Apache::Log ();
> Apache->warn("warn text");
(Under Windows) I've never used this form. I used to try a simple
warn "Text";
combined with Apache::Reload but only rarely, _very_ rarely, did the text appear
in the log, so I gave up and always write to a new file with open/wri
before or after the renaming that went on - if you search
the mailing list archives, there's some patches available
for this, but I don't know how tested they are.
http://marc.theaimsgroup.com/?l=apache-modperl&m=111309969130358&w=2
AND
http://marc.theaimsgroup.com/?l=apache-modperl&m=1113117486010
Hi,
What do you think it is the best way of installing Apache 2.054 and
mod_perl?
Install Apache using the prefork MPM and Perl threaded, or not threaded...?
Thank you for opinions.
Teddy
Thank you for pointing me to these messages, but unfortunately I cannot
apply them under Windows.
I hope mod_perl 1.999.22 rc5 will also work with the old Apache::DBI.
Teddy
- Original Message -
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: "Randy Kobes" <[EMAIL PROTECTED]>
Cc: "Oct