[mp2] Also problems with reloading modules after upgrade

2005-01-05 Thread Thomas den Braber
server (development machine) Thomas den Braber Delos Software Solutions

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Thomas den Braber
m within this 'main' module with 'use'. All modules are also > preloaded in a startup.pl file. > > I run with Apache 2.0.52, libreq2-2.04 on a windows 2000 server > (development > machine) > > Thomas den Braber > Delos Software Solutions >

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Thomas den Braber
Menu2 from Menu2.pm I hope this can help to locate the problem. Regards, Thomas den Braber > -Oorspronkelijk bericht- > Van: Thomas den Braber [mailto:[EMAIL PROTECTED] > Verzonden: maandag 24 januari 2005 10:47 > Aan: 'Thomas den Braber'; modperl@perl.apache.org

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-25 Thread Thomas den Braber
# get site preferenses #$prefs = &sitePrefs(); my $menu = new menuNav(); .. Return (\$output) } . -Oorspronkelijk bericht- Van: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] Verzonden: maandag 24 januari 2005 23:51 Aan: Thomas den Braber

[mp2] libspreq2 2.07 read_limit

2006-02-23 Thread Thomas den Braber
formation error If I don't set: print $req->read_limit(); gives 67108864 Is there some hardcoded limit in libapreq2 ? Width 2.06dev there was no problem. Thanks, Thomas den Braber

RE: No image creation in mod_perl (was RE: Apache2/MP2 Segfaults ...)

2006-03-27 Thread Thomas den Braber
e and size are OK so copy to thumb cache } else { copy($sourcefile,$cachedfile) or $status = "Copy failed: $!"; } $self->cleanuplockfile(); return } Thomas den Braber

Re: modperl2 + apache2.2 unable to restart

2007-06-15 Thread Thomas den Braber
he service stopped, a 'start' that works most of the time. - Thomas den Braber -Original Message- From: Octavian Rasnita <[EMAIL PROTECTED]> To: Raymond Wan <[EMAIL PROTECTED]>, Foo JH Cc: modperl@perl.apache.org Date: Fri, 15 Jun 2007 13:09:43 +0200 Subject: Re

Re: TIPool

2007-06-16 Thread Thomas den Braber
more deeper in to this to sea what the balance extra overhead vs. fewer DB connection is. -- Thomas den Braber

Re: TIPool

2007-06-17 Thread Thomas den Braber
-Original Message- From: Jonathan Vanasco <[EMAIL PROTECTED]> > > On Jun 16, 2007, at 11:13 AM, Perrin Harkins wrote: > > > 300 is nothing for MySQL. You should be able to handle a few > thousand > > on a machine with enough RAM. > > agreed. MySQL connections are cheap. Postgres o

Zip on the fly problem

2010-01-12 Thread Thomas den Braber
o rewrite local header : Invalid argument' If I use desiredCompressionLevel(0) then there is no problem but no compression is done. The error is only related to Mod_perl. As a console script it runs fine. Problem is on both Windows and Linux (perl 5.10). Has anyone any idea what might be the problem? or have an alternative solution? Thanks, Thomas den Braber

Re: Zip on the fly problem

2010-01-12 Thread Thomas den Braber
ipt > file Worked in both versions. There is something wrong in the new Archive::Zip module I send a message to the CPAN forum hope they pick it up. Thank, Thomas den Braber -Original Message- From: Ronald J Kimball To: Scott Gifford Cc: Thomas den Braber , modperl@perl.apache.or

Re: Strawberry perl + mod_perl (call for testers)

2010-07-12 Thread Thomas den Braber
big modperl application it uses much more memory than with the Prefork MPM on Linux. Also restarting Apache Worker takes more time then with Prefork MPM on Linux. But stability and performance are very good. -- Thomas den Braber -Original Message- From: Michael Ludwig To: modperl

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-30 Thread Thomas den Braber
Tested on Ubuntu 9.10 64bit. All test pass ok. Running in live environment for 2 days now without any problems. -- Thomas

Re: [RELEASE CANDIDATE]: mod_perl-2.0.5 RC2

2011-02-03 Thread Thomas den Braber
lock secs ( 0.92 usr + 0.28 sys = 1.20 CPU) Result: FAIL Failed 2/242 test programs. 7/2429 subtests failed. Real live test show no problems but I will do some more test to make sure. -- Thomas den Braber

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-11 Thread Thomas den Braber
tart and stop of apache is much faster then on the old 32 bit systems (Win2003, XP) --- Thomas den Braber

Re: 'use base' and mod_perl

2011-02-12 Thread Thomas den Braber
on servers. So it is only some extra trouble in development and restarting your development server every now and then is not a problem. -- Thomas den Braber

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-12 Thread Thomas den Braber
gick, etc.). That causes less overhead (only about 10 ms per request for my ~60 modules) and maybe prevent other strange behaviour. -- Thomas den Braber

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-12 Thread Thomas den Braber
reload problem and the Worker MPM? --- Thomas den Braber

APR does not understand this error code

2011-05-10 Thread Thomas den Braber
not work ? Can anyone help me with this ? -- Thomas den Braber

RE: APR does not understand this error code

2011-05-11 Thread Thomas den Braber
> We were getting this behavior in our web application. It appears that > we've fixed it (we're still testing it) by checking the return value > from each print statement (usually we call the Apache request object's > print method) and aborting (by calling die() in our application - we > have an

Re: APR does not understand this error code

2011-05-25 Thread Thomas den Braber
ave not tried Steve's patch yet, will do that asap. Will be continued .. -- Thomas den Braber

Re: [ANNOUNCE] mod_perl 2.0.5

2011-05-29 Thread Thomas den Braber
Hans, > ModPerl::Util::exit: (12) exit was called at > D:/InterfaceServer/Perl/lib/CGI/Carp.pm line 561 > Parent: child process exited with status 255 -- Restarting. I have done a lot of testing on windows with the 2.05 release and have not seen this error before. It must be something specifi

2.0.9 development version

2015-01-06 Thread Thomas den Braber
Does anyone know where I can find the latest 2.0.9 development version ? I can't find it anywhere in https://svn.apache.org/repos/asf/perl/modperl/ -- Thomas den Braber

Re: 2.0.9 development version

2015-01-06 Thread Thomas den Braber
, everything seemed to work well ( but not sure what aplog checks ?). -- Thomas den Braber

Compiling 2.0.9 with Strawberry Perl 5.20 on windows (64Bit)

2015-09-25 Thread Thomas den Braber
t working with the .dll or .lib files from Apache ? Is my environment not correct, do I need to use the MSYS2 shell ? Sorry many question, any help is welcome. -- Thomas den Braber

Re: Compiling 2.0.9 with Strawberry Perl 5.20 on windows (64Bit)

2015-09-28 Thread Thomas den Braber
y self. @Steve Hay: Can you explain how you setup your build environment ? -- Thomas den Braber

Re: Compiling 2.0.9 with Strawberry Perl 5.20 on windows (64Bit)

2015-11-02 Thread Thomas den Braber
Thomas -Original Message- From: Steve Hay To: Thomas den Braber Cc: "A. Warnier" , "modperl@perl.apache.org" Date: Wed, 28 Oct 2015 13:09:44 + Subject: Re: Compiling 2.0.9 with Strawberry Perl 5.20 on windows (64Bit) On 28 September 2015 at 09:44, Thomas den Braber mailto

Re: Mod Perl and Basic Authentication

2016-03-08 Thread Thomas den Braber
## sub getBasicAuth { my $authheader = shift; return unless $authheader; my ($cram) = $authheader =~ /^Basic (.*)/; return unless $cram; $cram = MIME::Base64::decode_base64 ($cram); return split (/:/, $cram, 2); } --- Thomas den Braber

Re: New Windows mod_perl binaries available

2017-09-19 Thread Thomas den Braber
my authentication handles and could not load modules in a section any more but that was not a problem to fix. Perfect ! Thanks, Thomas den Braber -Original Message- From: Steve Hay To: "modperl@perl.apache.org" , d...@perl.apache.org Cc: Steffen Date: Wed, 6 Sep 2017 0

ServerAlias has maximum length ?

2017-10-02 Thread Thomas den Braber
alias DavLockDB alias /srv2/sites/sol/index/DavLock Strange ? I solved it temporarily by using wild cart domains to stay below 179 characters. Any ideas ? -- Thomas den Braber

Re: sealed v4.1.9 on CPAN

2023-05-10 Thread Thomas den Braber
Hi Joe, > > Am I beating a dead horse with mod_perl + mpm_event in 2022? > If you are beating a dead horse it at least is one that can still outperform most others. I am still using mpm_winnt in 2023. Are there any 'Sealed' advantages for mpm_prefork or mpm_winnt