Re: New Windows mod_perl binaries available

2018-08-28 Thread Randolf Richardson
Thank you for doing this, Steve. Your effort is wonderful because it makes it possible for all Windows users to have access to ModPerl (and hopefully also libapreq2). In case others aren't aware, the vast majority of Windows systems administrators I've encountered aren't famili

New Windows mod_perl binaries available

2018-08-25 Thread Steve Hay
For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.10 and libapreq2-2.14 components compatible with Apache Lounge 2.4.34 (Win64, VC15, built 15 August 2018) and each of: * ActivePerl 5.26.1.2601 (x64) * Strawberry Perl 5.26.1.1 (64bit) * Strawberry Perl 5.28.0.1 (64

Re: New Windows mod_perl binaries available

2017-09-19 Thread Thomas den Braber
0:14:39 +0100 Subject: New Windows mod_perl binaries available For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.10 and libapreq2-2.14 components compatible with Apache Lounge 2.4.27 (Win64, VC15, built 10 July 2017) and each of: * ActivePerl 5.22.3.2204 (x64) * St

RE: New Windows mod_perl binaries available

2017-09-06 Thread Foster, Lewis
, September 05, 2017 7:15 PM To: modperl@perl.apache.org; d...@perl.apache.org Cc: Steffen Subject: New Windows mod_perl binaries available For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.10 and libapreq2-2.14 components compatible with Apache Lounge 2.4.27 (Win64, VC15

Re: New Windows mod_perl binaries available

2017-09-06 Thread tomcat
On 06.09.2017 03:12, Philippe Chiasson wrote: That’s great, thanks Steve! +1 Another recent caller on the list should be very happy too. Sent from the depths of my mind on an iPhone On Sep 5, 2017, at 7:14 PM, Steve Hay wrote: For those who are interested, I have uploaded binary 64-bit b

Re: New Windows mod_perl binaries available

2017-09-05 Thread Philippe Chiasson
That’s great, thanks Steve! Sent from the depths of my mind on an iPhone > On Sep 5, 2017, at 7:14 PM, Steve Hay wrote: > > For those who are interested, I have uploaded binary 64-bit builds of > mod_perl-2.0.10 and libapreq2-2.14 components compatible with Apache > Lounge 2.4.27 (Win64, VC15,

New Windows mod_perl binaries available

2017-09-05 Thread Steve Hay
For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.10 and libapreq2-2.14 components compatible with Apache Lounge 2.4.27 (Win64, VC15, built 10 July 2017) and each of: * ActivePerl 5.22.3.2204 (x64) * Strawberry Perl 5.22.3.1 (64bit) I will make a 32-bit build comp

Re: New Windows mod_perl binaries available

2015-02-23 Thread Steve Hay
On 22 February 2015 at 23:43, Steve Hay wrote: > For those who are interested, I have uploaded binary 64-bit builds of > mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache > Lounge 2.2.29 Build 02 February 2015 (win64) and each of: > > * ActivePerl 5.20.1 Build 2000 (x64) > * Stra

New Windows mod_perl binaries available

2015-02-22 Thread Steve Hay
For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache Lounge 2.2.29 Build 02 February 2015 (win64) and each of: * ActivePerl 5.20.1 Build 2000 (x64) * Strawberry Perl 5.20.1 Build 1 (64bit) and 32-bit builds compa

Re: New Windows mod_perl binaries available for Perl 5.18.1

2013-10-27 Thread André Warnier
Steve Hay wrote: For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache Lounge 2.2.25 Build 29 June 2013 (win64) and each of: * ActivePerl 5.18.1 Build 1800 (x64) * Strawberry Perl 5.18.1 Build 1 (64bit) You can

New Windows mod_perl binaries available for Perl 5.18.1

2013-10-26 Thread Steve Hay
For those who are interested, I have uploaded binary 64-bit builds of mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache Lounge 2.2.25 Build 29 June 2013 (win64) and each of: * ActivePerl 5.18.1 Build 1800 (x64) * Strawberry Perl 5.18.1 Build 1 (64bit) You can download them from

Re: New Windows mod_perl binaries available

2013-04-29 Thread Steve Hay
Do you have an exception-trap at the highest level around your program? I always have the entire program enclosed within a try-catch block (using Try::Tiny; even just an eval {} would be better than nothing), so if any Perl-level exceptions are thrown then they get caught and logged. It won't trap

Re: New Windows mod_perl binaries available

2013-04-29 Thread Steve Hay
64-bit binaries are now uploaded too. On 28 April 2013 20:22, Steve Hay wrote: > Yes, it should be possible to make a 64-bit build as well. I will look > into this in the next week or so. ActivePerl, StrawberryPerl and > ApacheLounge all have 64-bit builds available; I just need to dig out > the

Re: New Windows mod_perl binaries available

2013-04-29 Thread Michiel Beijen
Hi Issac, On Mon, Apr 29, 2013 at 4:08 PM, Issac Goldstand wrote: > First of all, see if you can get a stacktrace. so how would you recommend I create a stack trace? This has been my whole problem, the process simply restarts and I don't see why. > There's also always spreading print/debug stat

Re: New Windows mod_perl binaries available

2013-04-29 Thread Issac Goldstand
First of all, see if you can get a stacktrace. There's also always spreading print/debug statements around - I'm unfortunately not so up-to-date on the various perl profiling modules around, but they might be helpful. Issac On 29/04/2013 14:16, Michiel Beijen wrote: > Hi Issac, > > Thanks for

Re: New Windows mod_perl binaries available

2013-04-29 Thread Michiel Beijen
Hi Issac, Thanks for your response. On Mon, Apr 29, 2013 at 12:54 PM, Issac Goldstand wrote: > This is a known issue related to the winnt MPM. You're likely seeing > your worker segfault. On linux, there are usually extra processes so if > one segfaults there's another process that can step in

Re: New Windows mod_perl binaries available

2013-04-29 Thread Issac Goldstand
This is a known issue related to the winnt MPM. You're likely seeing your worker segfault. On linux, there are usually extra processes so if one segfaults there's another process that can step in fast enough. But on the winnt MPM, there's one master and exactly one multi-threader worker. So whe

Re: New Windows mod_perl binaries available

2013-04-29 Thread Michiel Beijen
Hi Steve, On Sat, Apr 27, 2013 at 6:27 PM, Steve Hay wrote: > For those who are interested, I've now uploaded binary builds of > mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache > Lounge 2.2.24 Build 25 February 2013 (win32) and each of: Thanks for providing these binaries.

Re: New Windows mod_perl binaries available

2013-04-28 Thread André Warnier
Steve Hay wrote: No problem! I've just uploaded builds for ActivePerl 1405 (5.14.4) and StrawberryPerl 5.14.4.1, which you can find in the same location as before: http://people.apache.org/~stevehay/ Thanks. You had your first customer for all 4 of them 2 minutes ago. Really grateful. Can some

Re: New Windows mod_perl binaries available

2013-04-28 Thread Steve Hay
No problem! I've just uploaded builds for ActivePerl 1405 (5.14.4) and StrawberryPerl 5.14.4.1, which you can find in the same location as before: http://people.apache.org/~stevehay/ On 28 April 2013 12:10, André Warnier wrote: > Randolf Richardson wrote: >>> >>> For those who are interested, I'v

Re: New Windows mod_perl binaries available

2013-04-28 Thread Steve Hay
Yes, it should be possible to make a 64-bit build as well. I will look into this in the next week or so. ActivePerl, StrawberryPerl and ApacheLounge all have 64-bit builds available; I just need to dig out the right 64-bit compiler to use (ideally the one used by ActivePerl). I will let you know wh

Re: New Windows mod_perl binaries available

2013-04-28 Thread André Warnier
Randolf Richardson wrote: For those who are interested, I've now uploaded binary builds of mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache Lounge 2.2.24 Build 25 February 2013 (win32) and each of: * ActivePerl 5.16.3 Build 1603 (x86) * Strawberry Perl 5.16.3 Build 1 (32bit)

Re: New Windows mod_perl binaries available

2013-04-27 Thread Randolf Richardson
> For those who are interested, I've now uploaded binary builds of > mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache > Lounge 2.2.24 Build 25 February 2013 (win32) and each of: > > * ActivePerl 5.16.3 Build 1603 (x86) > * Strawberry Perl 5.16.3 Build 1 (32bit) > > You can down

New Windows mod_perl binaries available

2013-04-27 Thread Steve Hay
For those who are interested, I've now uploaded binary builds of mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache Lounge 2.2.24 Build 25 February 2013 (win32) and each of: * ActivePerl 5.16.3 Build 1603 (x86) * Strawberry Perl 5.16.3 Build 1 (32bit) You can download them from h