RE: ANNOUNCE: mod_ssl 2.3.9 ;)

1999-07-28 Thread emanne

I just tried the 2.3.9 version with my linux devlopement machine.
I have mod_perl 1.21 and mm 1.0.9.

And when I start apache with ssl, the error_log is filled with :

[Wed Jul 28 10:02:57 1999] [error] mod_ssl: Child could not open SSLMutex
lockfile /usr/local/apache/logs/ssl_mutex.23374 (System error follows)
[Wed Jul 28 10:02:57 1999] [error] System: Aucun fichier ou répertoire de ce
type (errno: 2)

And then the message is repeated again and again...
It seems there is a bug somewhere ?
(it worked with the same config with mod_ssl_2.3.6)
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: ANNOUNCE: mod_ssl 2.3.9 ;)

1999-07-28 Thread Ralf S. Engelschall

On Wed, Jul 28, 1999, [EMAIL PROTECTED] wrote:

 I just tried the 2.3.9 version with my linux devlopement machine.
 I have mod_perl 1.21 and mm 1.0.9.
 
 And when I start apache with ssl, the error_log is filled with :
 
 [Wed Jul 28 10:02:57 1999] [error] mod_ssl: Child could not open SSLMutex
 lockfile /usr/local/apache/logs/ssl_mutex.23374 (System error follows)
 [Wed Jul 28 10:02:57 1999] [error] System: Aucun fichier ou répertoire de ce
 type (errno: 2)
 
 And then the message is repeated again and again...
 It seems there is a bug somewhere ?
 (it worked with the same config with mod_ssl_2.3.6)

Although I wasn't able to reproduce this problem under my developent box, I've
rewritten the mutex init and cleanup procedures to be more robust. As a
side-effect these problems should be now gone, too (hopefully ;).  Please
upgrade to mod_ssl 2.3.10.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



ANNOUNCE: mod_ssl 2.3.9 ;)

1999-07-26 Thread Ralf S. Engelschall


Yeah, yeah, shit happens not only once. Two more compile problems were found
today, so I've to immediately kick out another fixed version. I've now
compiled it without anything (neither mod_ssl nor EAPI), just EAPI,
EAPI+EAPI_MM, etc and it passed all the compiles fine.  Now I'm really
interesting what comes next ;) Sorry for the inconviniences.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

  Changes with mod_ssl 2.3.9 (25-Jul-1999 to 26-Jul-1999)

   *) Compile ap_make_shared_sub_pool() only under -DEAPI
  and added it to httpd.exp.

   *) Fixed alloc.c again: the ap_mm_destroy has to be used only for
  defined(EAPI)  defined(EAPI_MM) and not just for defined(EAPI).
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
Official Announcement Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]