mod_perl for Perl 5.010
Éste es un mensaje de varias partes en formato MIME.
--===============0867855897==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0024_01C86964.E57252E0"
Éste es un mensaje de varias partes en formato MIME.
------=_NextPart_000_0024_01C86964.E57252E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello All,
I'm giving a try to Activestate Perl 5.010 in our DEV server. I'm also =
using Apache 2.2.8, all on Windows 2003 Server.
The first problem i'm getting is that Apache cannot start with my old =
mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm trying to find =
the right version of mod_perl for my configuration, but i still haven't =
found it.
Can any one please point me in the right direction?
Thanks in advance.
Cheers,
Paco Zarabozo
------=_NextPart_000_0024_01C86964.E57252E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3Diso-8859-1>
<META content=3D"MSHTML 6.00.6000.16587" name=3DGENERATOR></HEAD>
<BODY id=3DMailContainerBody
style=3D"PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"
bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 CanvasTabStop=3D"true"
name=3D"Compose message area">
<DIV><FONT size=3D2>Hello All,</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>I'm giving a try to Activestate Perl 5.010 in =
our DEV
server. I'm also using Apache 2.2.8, all on Windows 2003
Server.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>The first problem i'm getting is that Apache cannot =
start with
my old mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm =
trying to
find the right version of mod_perl for my configuration, but i still =
haven't
found it.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Can any one please point me in the right
direction?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Thanks in advance.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Cheers,</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Paco Zarabozo</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0024_01C86964.E57252E0--
--===============0867855897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0867855897==--
Re: mod_perl for Perl 5.010
Sorry, I forgot to send this message as plain text the last time.
-------------------------------------------
From: Zarabozo, Francisco (GE, Corporate)
Sent: Thursday, February 07, 2008 8:39 AM
To: activeperl [at] listserv.ActiveState.com
Subject: mod_perl for Perl 5.010
Hello All,
I'm giving a try to Activestate Perl 5.010 in our DEV server. I'm also using
Apache 2.2.8, all on Windows 2003 Server.
The first problem I'm getting is that Apache cannot start with my old
mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm trying to find the
right version of mod_perl for my configuration, but I still haven't found
it.
Can any one please point me in the right direction?
Thanks in advance.
Cheers,
Paco Zarabozo
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: mod_perl for Perl 5.010
On Thu, 7 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:
> Hello All,
>
> I'm giving a try to Activestate Perl 5.010 in our DEV
> server. I'm also using Apache 2.2.8, all on Windows 2003
> Server.
>
> The first problem i'm getting is that Apache cannot start
> with my old mod_perl for Perl 5.8 and Apache 2.2 (as
> expected). I'm trying to find the right version of
> mod_perl for my configuration, but i still haven't found
> it.
>
> Can any one please point me in the right direction?
There's some general issues with mod_perl and perl-5.10 that
are currently being sorted out. These will likely be
finalized shortly; when things are more or less stable,
I'll upload a mod_perl ppm package to our UWinnipeg
repository.
If you have access to an ActivePerl-compatible compiler,
you can track the changes in the mod_perl svn sources
and on the mod_perl dev mailing list.
--
best regards,
Randy Kobes
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: mod_perl for Perl 5.010
Dear Randy,
Thank you very much for your efforts. I just downloaded mod_perl for Perl
5.010 from your UWinnipeg repository and so far it's working perfectly with
Apache 2.2.
Just a little thing I noticed: In the final notes that PPM shows after
installing the package, it refers to Perl 5.8 and makes advice to add the
configuration lines in httpd.conf also refering to perl5.8.dll. It also
suggests to save mod_perl.so into Apache2.0 folder. Well, It's just
something and It didn't affect the functionality with Perl 5.010 and Apache
2.2, It just made me think at first that i was installing the wrong package,
but everything worked just fine.
Thanks a lot. :-)
Sincerely,
Paco Zarabozo
From: Randy Kobes
Sent: Thursday, February 07, 2008 9:52 AM
To: Zarabozo, Francisco (GE, Corporate)
Cc: activeperl [at] listserv.ActiveState.com
Subject: Re: mod_perl for Perl 5.010
On Thu, 7 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:
> Hello All,
>
> I'm giving a try to Activestate Perl 5.010 in our DEV
> server. I'm also using Apache 2.2.8, all on Windows 2003
> Server.
>
> The first problem i'm getting is that Apache cannot start
> with my old mod_perl for Perl 5.8 and Apache 2.2 (as
> expected). I'm trying to find the right version of
> mod_perl for my configuration, but i still haven't found
> it.
>
> Can any one please point me in the right direction?
There's some general issues with mod_perl and perl-5.10 that
are currently being sorted out. These will likely be
finalized shortly; when things are more or less stable,
I'll upload a mod_perl ppm package to our UWinnipeg
repository.
If you have access to an ActivePerl-compatible compiler,
you can track the changes in the mod_perl svn sources
and on the mod_perl dev mailing list.
--
best regards,
Randy Kobes
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: mod_perl for Perl 5.010
On Wed, 27 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:
>
> Dear Randy,
>
> Thank you very much for your efforts. I just downloaded mod_perl for Perl
> 5.010 from your UWinnipeg repository and so far it's working perfectly with
> Apache 2.2.
>
> Just a little thing I noticed: In the final notes that PPM shows after
> installing the package, it refers to Perl 5.8 and makes advice to add the
> configuration lines in httpd.conf also refering to perl5.8.dll. It also
> suggests to save mod_perl.so into Apache2.0 folder. Well, It's just
> something and It didn't affect the functionality with Perl 5.010 and Apache
> 2.2, It just made me think at first that i was installing the wrong package,
> but everything worked just fine.
Thanks very much for pointing this out - I'll fix the
references to perl-5.8 and Apache/2.0 shortly.
--
best regards,
Randy
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs