Memory corruptions with mod_perl on win32

2013-02-22 Thread Michiel Beijen
Hi, I use Steve Hay's mod_perl binaries with ActiveState perl 5.16 http://people.apache.org/~stevehay/ I see these kind of memory corruptions in the apache log when I put some serious load on the server via ab. Attempt to free nonexistent shared string '', Perl interpreter: 0x2a99014 at

RE: Repo for mod_perl-2.0 win32

2013-02-15 Thread Steve Hay
[mailto:vinc.fr...@gmail.com] Sent: 14 February 2013 13:10 To: modperl@perl.apache.org Subject: Fw: Repo for mod_perl-2.0 win32 Hi, I’m looking for the package mod_perl-2.0 for Win32. I try to install it from depo http://cpan.uwinnipeg.ca/PPMPackager/10xx, http://cpan.uwinnipeg.ca

Fw: Repo for mod_perl-2.0 win32

2013-02-14 Thread Vincent Fritz
Hi, I’m looking for the package mod_perl-2.0 for Win32. I try to install it from depo http://cpan.uwinnipeg.ca/PPMPackager/10xx, http://cpan.uwinnipeg.ca/PPMPackager/12xx and http://theoryx5.uwinnipeg.ca/ppms/ I have these error messages : Downloading cpan.uwinnipeg.ca packlist...failed 503

Running a proxy in front of mod_perl on Win32

2011-01-28 Thread Michiel Beijen
On Fri, January 28, 2011 01:14, Michael Peters wrote: Another thing that maybe the OP should look at (if he hasn't already) is to run a proxy in front of the main mod_perl application. Even if the proxy is on the same machine it will help because you can reduce the number of memory-heavy

Re: Running a proxy in front of mod_perl on Win32

2011-01-28 Thread Hendrik Schumacher
Am Fr, 28.01.2011, 09:31, schrieb Michiel Beijen: On Fri, January 28, 2011 01:14, Michael Peters wrote: Another thing that maybe the OP should look at (if he hasn't already) is to run a proxy in front of the main mod_perl application. Even if the proxy is on the same machine it will help

Re: mod_perl on win32

2009-08-26 Thread Foo JH
I'd suggest to get your mp2 up with the following stack: Apache22 Windows binary ActivePerl binary precompiled mod_perl2 + libapreq2 from the repo Michiel Beijen wrote: Hi all, I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems

Re: mod_perl on win32

2009-08-26 Thread Michiel Beijen
Foo JH wrote: I'd suggest to get your mp2 up with the following stack: Apache22 Windows binary ActivePerl binary precompiled mod_perl2 + libapreq2 from the repo That would be the easy way, right ;-) The thing is, my project uses a software bundle which includes Apache and Strawberry for the

Re: mod_perl on win32

2009-08-26 Thread Randy Kobes
On Wed, Aug 26, 2009 at 12:40 PM, Michiel Beijenmichiel.bei...@otrs.com wrote: Foo JH wrote: I'd suggest to get your mp2 up with the following stack: Apache22 Windows binary ActivePerl binary precompiled mod_perl2 + libapreq2 from the repo That would be the easy way, right ;-) The thing

mod_perl on win32

2009-08-25 Thread Michiel Beijen
Hi all, I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems to be that the only way that could be done is to compile Apache also with MinGW, and that's not possible because of limited support for Windows Shared Memory in MinGW

Re: mod_perl on win32

2009-08-25 Thread William A. Rowe, Jr.
Michiel Beijen wrote: I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems to be that the only way that could be done is to compile Apache also with MinGW, and that's not possible because of limited support for Windows Shared

RE: mod_perl on win32

2009-08-25 Thread Steve Hay
William A. Rowe, Jr. wrote on 2009-08-25: Michiel Beijen wrote: I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems to be that the only way that could be done is to compile Apache also with MinGW, and that's not possible

Re: mod_perl on win32

2009-08-25 Thread Jean-Damien Durand
Michiel Beijen a écrit : I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems to be that the only way that could be done is to compile Apache also with MinGW, and that's not possible because of limited support for Windows Shared

Re: mod_perl on win32

2009-08-25 Thread Jean-Damien Durand
Jean-Damien Durand a écrit : Here is how I installed StrawberryPerl + mod_perl + apache2 on Windows (tested onVista): Ah yes of course you will need to add lines like LoadFile C:\strawberry\perl\bin\perl510.dll LoadModule perl_module modules/mod_perl.so LoadFile C:\Program Files\Apache

mod_perl / Perl5.10 / Win32 ?

2008-02-20 Thread Dami Laurent (PJ)
Hi all, I don't know where to find answers to the following questions, so better ask the list : - 1) is modperl2 currently compatible with Perl 5.10 ? If not, are some people working on it ? For which target date ? - 2) if the answer is YES, then did anybody compile it into a PPM for Win32 ?

Re: mod_perl / Perl5.10 / Win32 ?

2008-02-20 Thread Colin Wetherbee
Dami Laurent (PJ) wrote: I don't know where to find answers to the following questions, so better ask the list : - 1) is modperl2 currently compatible with Perl 5.10 ? If not, are some people working on it ? For which target date ? - 2) if the answer is YES, then did anybody compile it into a

Re: mod_perl / Perl5.10 / Win32 ?

2008-02-20 Thread Randy Kobes
On Wed, 20 Feb 2008, Dami Laurent (PJ) wrote: Hi all, I don't know where to find answers to the following questions, so better ask the list : - 1) is modperl2 currently compatible with Perl 5.10 ? If not, are some people working on it ? For which target date ? - 2) if the answer is YES, then

Re: mod_perl / Perl5.10 / Win32 ?

2008-02-20 Thread Foo JH
Thanks! I mean for compiling for 5.10! Randy Kobes wrote: As there's been several requests for this, I've put up an ActivePerl 10xx ppm package of mod_perl2, based on the current svn sources, at http://cpan.uwinnipeg.ca/PPMPackages/10xx/ which you can install via C:\ ppm install

Mod_perl and win32 --more experience

2007-03-23 Thread Tümer Garip
Hi all, There has been quite a few reports about mod_perl causing segment faults in Win32 boxes on the list (including me). Thanks to all that responded with suggestions. Here is my latest findings: 1- I have mod_perl2.0.3 apache2.2.4 working on a Windows 2003 box.(Dual xceleron IBM server) 2-

ENC: Problem Instaling MOD_PERL for Win32 (Windows 2000)

2003-11-17 Thread Carlos - Fundação MT
-Mensagem original- De: Carlos - Fundação MT [mailto:[EMAIL PROTECTED] Enviada em: Monday, November 17, 2003 3:09 PM Para: '[EMAIL PROTECTED]org' Assunto: Problem Instaling MOD_PERL for Win32 (Windows 2000) Good Afternoon, Id like to install mod_perl for windows 2000

Re: ENC: Problem Instaling MOD_PERL for Win32 (Windows 2000)

2003-11-17 Thread Randy Kobes
On Mon, 17 Nov 2003, [iso-8859-1] Carlos - Fundao MT wrote: Id like to install mod_perl for windows 2000, but I donno how search the file mod_perl.zip. I need to help for you to install the Module Perl for Apache 1.3.29 and Perl 5.6.1 Build 6xx The page