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
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
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
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
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
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
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: