Re: Windows, Apache, mod_perl, and the uwinnipeg.ca repo

2014-06-18 Thread Michiel Beijen
On Wed, Jun 18, 2014 at 10:44 PM, Marius Gavrilescu wrote: > Are you using ActiveState Perl or a normal Perl, e.g. Strawberry Perl? > If the latter, then you should be able to install mod_perl normally, > with the cpan program. ActiveState perl does not differ all that much anymore from Strawber

Re: Error when compiling, please help.

2013-11-05 Thread Michiel Beijen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Steve, 11/04/2013 17:54 - Steve Hay wrote: > mod_perl does not yet support httpd-2.4.x. It currently only supports > up to 2.2.x, but work is underway to add 2.4.x support, hopefully in > the next release. I'm curious; first Fedora and now als

Re: Mod_perl installation on Win 2008

2013-05-07 Thread Michiel Beijen
Hi Mats, On Tue, May 7, 2013 at 7:57 AM, ext-ma wrote: > I > have read about this and found various ways to install mod_perl. > > http://perl.apache.org/docs/2.0/os/win32/install.html is a good link. > > Problem is that almost all these advices points to either > http://theoryx5.uwinnipeg.ca/ or

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 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 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: Windows XP, Apache, perl 5.16, mod_perl

2013-04-05 Thread Michiel Beijen
Hi Andre, On Fri, April 5, 2013 15:31, André Warnier wrote: > Could you recommend one "integrated" solution for this, in terms of Apache > httpd 2.2.x, > and a recent perl version ? Like, something which works without having to > spend a week > resolving dependencies and incompatibilities ? Ste

How to determine what makes Apache crash?

2013-03-07 Thread Michiel Beijen
Hi, I'm using mod_perl 2.0.7 on Windows with Apache 2.2.23. I got Apache from Apachelounge, and compiled mod_perl and perl 5.16.2 myself using Visual Studio 2008. I'm using a 32-bit Windows Vista. Pretty frequently my app (which works just fine on Linux) makes Apache crash. If I perform 500 reque

Re: How to determine what makes Apache crash?

2013-03-07 Thread Michiel Beijen
On Thu, Mar 7, 2013 at 4:02 PM, Jeff Trawick wrote: > mod_backtrace (http://emptyhammock.com/projects/httpd/diag/) may be a > shortcut to getting a backtrace. There's a binary for use with Apache 2.2 > on Windows in the download package. > > Any mechanism for getting a backtrace will require tha

How to determine what makes Apache crash?

2013-03-07 Thread Michiel Beijen
Hi, I'm using mod_perl 2.0.7 on Windows with Apache 2.2.23. I got Apache from Apachelounge, and compiled mod_perl and perl 5.16.2 myself using Visual Studio 2008. I'm using a 32-bit Windows Vista. Pretty frequently my app (which works just fine on Linux) makes Apache crash. If I perform 500 reque

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: Module preloading on virtual hosts

2012-10-25 Thread Michiel Beijen
Hi Patryk, On Thu, Oct 25, 2012 at 1:37 PM, Patryk Zera wrote: > I've problem with preloading JSON module on apache virtual hosts. I've asked > about that on #perl-help and #modperl IRC channels and i was advised to ask > my question here. I've described my setup with config files: > http://sanch

Re: Minor issue with AuthenNTLM

2012-04-01 Thread Michiel Beijen
Hi André, On 29-3-2012 10:59, André Warnier wrote: I was considering forking the module and fixing bugs like these, but I am not quite sure how much sense that makes given the fact that NTLM is deprecated technology. Huh ? Who said that ? To my knowledge, 99% of large corporations use NTLM

Re: Minor issue with AuthenNTLM

2012-03-28 Thread Michiel Beijen
Hi, IP schreef op 2012-03-27 16:03: I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /somefile.php This is actually reported as a (ve

Re: Bug #7529 for Apache-AuthenNTLM: Authentications

2011-12-13 Thread Michiel Beijen
Hi Justin, On Fri, 9 Dec 2011 12:07:52 -0500, Justin Kulikowski wrote: I'm writing to see if there has been any progress made against Bug #7529 for Apache-AuthenNTLM: Authentications https://rt.cpan.org/Public/Bug/Display.html?id=7529 [1] Basically the 'progress' is that you should no longe

'use base' and mod_perl

2011-02-11 Thread Michiel Beijen
Hi Thomas, On Fri, 2011-02-11 at 12:50 +0100, Thomas den Braber wrote: > I use reload all the time it worked OK for most modules but some modules > (at least the ones that use "use base 'modulename';" ) will have problems. Do you have any idea why this is? Actually I ran into this issue as well

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: experiencing Out of memory errors

2011-01-27 Thread Michiel Beijen
Hi John, On Thu, January 27, 2011 15:10, John Deighan wrote: > One question, though: I'm thinking there's not much point to using a > 64-bit version of mod_perl > unless I'm using it with a 64-bit version of Apache. Where can I get a > 64-bit version of Apache that > will with with the mod_perl be

Re: experiencing Out of memory errors

2011-01-27 Thread Michiel Beijen
Hi John, On Wed, 2011-01-26 at 10:17 -0500, John Deighan wrote: > However, we're also not sure if either of these are needed to escape the > 2 GB memory limitation. E.g., can 64 bit Perl be used with a 32 bit > Apache and/or mod_perl? You should use the same architecture for Perl and Apache. > A

RE: [DBI] msvcrt.dll issues when running in an XP environment

2010-09-05 Thread Michiel Beijen
On zo, 2010-09-05 at 14:35 +1200, Andrew McLaren wrote: > Still struggling Hi Andrew, You might want to check out StrawberryPerl @ http://strawberryperl.com/ - They provide lots of often used binary modules, such as DBD::Pg, pre-installed, and they go through a great deal of trouble to make sure

Strawberry perl + mod_perl (call for testers)

2010-07-02 Thread Michiel Beijen
To all of you Windows & mod_perl lovers that might be on this list but not on win32-vanilla, this might be really interesting. -- Mike -- Forwarded message -- From: kmx Date: 2010/6/21 Subject: Strawberry perl + mod_perl (call for testers) To: win32-vani...@perl.org To anyone wh

Re: apache 2 reloads needed?

2009-11-03 Thread Michiel Beijen
On Tue, 2009-11-03 at 10:27 +0100, André Warnier wrote: > Greetings from sunny (right now anyway) Southern Germany. Greetings from the cloudy Netherlands... BTW my colleagues from Straubing (Bavaria, Germany) were complaining that it's raining cats and dogs today there. > I see that you mention

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread Michiel Beijen
Foo JH wrote: > 2. I can't install p5-Apache-Reload over ports, as it will complain it > expects Apache 1.3. This would be actually more of a FreeBSD Ports related issue. I guess you should complain at the port maintainer for the dependencies. Apache-Reload is a bundle and should work with Apache

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

mod_perl on win32

2009-08-25 Thread Michiel Beijen
le file... Does anyone have pointers or tips? Thanks in advance, -- Michiel Beijen ((otrs)) :: OTRS AG :: Norsk-Data-Straße 1 :: 61352 Bad Homburg Phone: +49 (0) 6172 681988 0 :: Fax: +49 (0) 9421 56818 18 http://www.otrs.com/ :: Communication with success! Geschäftssitz: Bad Homburg Am