Re: SSL_CIPHER_USEKEYSIZE not accessable

2008-05-27 Thread Tom Donovan
G. Allen Morris III wrote: I can't acccess SSL_CIPHER_USEKEYSIZE from Mod_perl 2 or at least I can't figure out how to do it. I have tried: $r->subprocess_env(); $r->print($r->subprocess_env('SSL_CIPHER_USEKEYSIZE')); Allen Morris Make sure your Apache config passes the SSL StdEnvVars

resend: [mp2] bug report - heap management error in mod_perl on Windows

2007-12-29 Thread Tom Donovan
mod_perl re-defines "perl_free" as "free" in modperl_perl_includes.h:69. This causes an attempt to use the native Windows free() function to release memory which should be released by the perl_free() function located in PerlXXX.dll. The specific call is in modperl_perl.c:186, function modperl_p

Re: child process exited with status ### - Restarting

2007-11-06 Thread Tom Donovan
Dileep Eduri wrote: Hello Folks, I am using Apache/2.2.6 (Win32) mod_perl/2.0.3 Perl/v5.8.8 configured ... Here is log entry for that: [Tue Nov 06 20:42:23 2007] [notice] Parent: child process exited with status 9 -- Restarting. Seeking for desparate help.. regards, Dileep I think this is A

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-28 Thread Tom Donovan
William A. Rowe, Jr. wrote: I'd especially appreciate any input from Tom w.r.t. the ease of adding APR_NO_FILE flags to apr_procattr_io_set() members whom are not allowed to have a handle at all, eg. how this works out with mod_fcgid and similar modules. The proposed patch works correctly with

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 18.09.2007 15:47 William A. Rowe, Jr. wrote: Hmm, I don't understand this, so I cannot say how serious it could be. My question is: Should I stick with 2.0.59 or upgrade with a patched 2.0.61/2.2.6? This is a production server and the change log lists quite a few sec

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 23.12.37378 20:59 Tom Donovan wrote: 1. Problem Description: perl-script handler fails with Apache 2.2.6 on Windows due to changes in stdin/stdout/stderr handles in mpm_winnt Problem occurs with mod_perl 2.0.3 or with current (9/14/2007) SVN trunk. I

resend: Bug report re: Apache 2.2.6 on Windows

2007-09-14 Thread Tom Donovan
Original Message Subject: Bug report Date: Fri, 14 Sep 2007 10:27:19 -0400 From: Tom Donovan <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: modperl@perl.apache.org -8<-- Start Bug Report 8<-- 1. Problem Description: