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 c:/ws/ot

Re: Running a proxy in front of mod_perl on Win32

2011-01-31 Thread Perrin Harkins
On Fri, Jan 28, 2011 at 3:31 AM, Michiel Beijen wrote: > 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 wil

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

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 mo

Re: mod_perl on win32

2009-08-26 Thread Randy Kobes
On Wed, Aug 26, 2009 at 12:40 PM, Michiel Beijen 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 is, my pr

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 Wi

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 Stra

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 Soft

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 suppor

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 Ap

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 bec

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 Sh