Re: mod_ssl/2.8.13 and php AND Problem with 2.8.13 and Solaris 2.6

2003-04-05 Thread Mads Toftum
On Fri, Mar 21, 2003 at 04:18:11AM -0500, Jason Parsons wrote: I'm seeing similar problems after an upgrade to mod_ssl 2.8.13 under Solaris 2.8. [Fri Mar 21 04:10:42 2003] [notice] child pid 4241 exit signal Segmentation Fault (11) [Fri Mar 21 04:10:42 2003] [notice] child pid 4248 exit

Re: mod_ssl/2.8.13 and php AND Problem with 2.8.13 and Solaris 2.6

2003-04-04 Thread Jason Parsons
I'm seeing similar problems after an upgrade to mod_ssl 2.8.13 under Solaris 2.8. [Fri Mar 21 04:10:42 2003] [notice] child pid 4241 exit signal Segmentation Fault (11) [Fri Mar 21 04:10:42 2003] [notice] child pid 4248 exit signal Segmentation Fault (11) [Fri Mar 21 04:10:42 2003] [notice]

RE: mod_ssl/2.8.13 and php AND Problem with 2.8.13 and Solaris 2.6

2003-03-21 Thread Boyle Owen
Can we bring these threads together? It would seem we have: Burkhard: Apache/1.3.27 mod_gzip/1.3.26.1a PHP/4.3.1 mod_ssl/2.8.13 OpenSSL/0.9.7a QUESTION: What OS? And: Jazz: mod_ssl 2.8.13, OpenSSL 0.9.6i with apache 1.3.27 ... on Solaris 2.6/Sparc QUESTION: using PHP? Both

Re: mod_ssl/2.8.13 and php

2003-03-21 Thread Ralf S. Engelschall
On Thu, Mar 20, 2003, Artur Pydo wrote: I can see the same segmentation fault : FreeBSD 4.8-STABLE Apache 1.3.27 Openssl 0.9.7a Modssl 2.8.13 PHP 4.3.1 / PHP 4.3.2RC1 / PHP 4.3.2-snapshot It happens both with static compilation and as DSO. The backtrace seems pointing out an error in

Re: mod_ssl/2.8.13 and php

2003-03-21 Thread Joe Orton
On Fri, Mar 21, 2003 at 12:30:36PM +0100, Ralf S. Engelschall wrote: -if ((xs = SSL_get_certificate(ssl)) != NULL) +if ((xs = SSL_get_certificate(ssl)) != NULL) { result = ssl_var_lookup_ssl_cert(p, xs, var+7); +X509_free(xs); +} } That

Re: mod_ssl/2.8.13 and php

2003-03-21 Thread Artur Pydo
Hi, Ralf S. Engelschall wrote: Additionally, I still cannot reproduce the problem myself. So, can you help me here by using a breakpoint at ssl_var_lookup_ssl_cert() and the single-stepping until the problem occurs? This would help us in really locating the problem. I recompiled static Apache

RE: mod_ssl/2.8.13 and php AND Problem with 2.8.13 and Solaris 2.6

2003-03-21 Thread Jazz
Dear Mr. Owen, Yes, Solaris 2.6/Sparc + Php 4.2.3 + OpenSSL 0.9.6i + Mod_ssl 2.8.13 do crash. Seems that is something with Php I think... but the error logged is different from other reports I've saw in the list. error_log reports: [notice] child pid 19396 exit signal Bus Error (10)

Re: mod_ssl/2.8.13 and php

2003-03-21 Thread Ralf S. Engelschall
On Fri, Mar 21, 2003, Joe Orton wrote: On Fri, Mar 21, 2003 at 12:30:36PM +0100, Ralf S. Engelschall wrote: -if ((xs = SSL_get_certificate(ssl)) != NULL) +if ((xs = SSL_get_certificate(ssl)) != NULL) { result = ssl_var_lookup_ssl_cert(p, xs, var+7); +

[PATCH] Segfaults in 2.8.13 (was: Re: mod_ssl/2.8.13 and php)

2003-03-21 Thread Ralf S. Engelschall
On Fri, Mar 21, 2003, Ralf S. Engelschall wrote: I can see the same segmentation fault : [...] Ok, can the people who are able to reproduce the segfault problem, please apply the following patch, retry it and give feedback? I think these two bugfixes should fix the problem now. If yes, I'll

Re: [PATCH] Segfaults in 2.8.13 (was: Re: mod_ssl/2.8.13 and php)

2003-03-21 Thread Burkhard Ulrich
Hi, this works on linux 2.2.16 and linux 2.4.19 Thanks Burkhard On Fri, 21 Mar 2003, Ralf S. Engelschall wrote: On Fri, Mar 21, 2003, Ralf S. Engelschall wrote: I can see the same segmentation fault : [...] Ok, can the people who are able to reproduce the segfault problem, please

Re: [PATCH] Segfaults in 2.8.13 (was: Re: mod_ssl/2.8.13 and php)

2003-03-21 Thread Ed Kubaitis
--Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2003, Ralf S. Engelschall wrote: I can see the same segmentation fault : [...] Ok, can the people who are able to reproduce the segfault problem, please apply the following patch, retry it and give feedback? I think these two

Re: [PATCH] Segfaults in 2.8.13 (was: Re: mod_ssl/2.8.13 and php)

2003-03-21 Thread Artur Pydo
Hi, Ralf S. Engelschall wrote: Ok, can the people who are able to reproduce the segfault problem, please apply the following patch, retry it and give feedback? I think these two bugfixes should fix the problem now. If yes, I'll release mod_ssl 2.8.14 with it. Thanks for your help. That's ok with

Re: [PATCH] Segfaults in 2.8.13 (was: Re: mod_ssl/2.8.13 and php)

2003-03-21 Thread Jazz
Hi All, It is OK with: Solaris 2.6/Sparc Apache 1.3.27 (DSO) Php 4.2.3 OpenSSL 0.9.6i Mod_SSL 2.8.14 Nice weekend for everybody! JAZZ ___ Busca Yahoo! O serviço de busca mais completo da

RE: mod_ssl/2.8.13 and php

2003-03-20 Thread Burkhard Ulrich
I have this Problems with: Apache/1.3.27 mod_gzip/1.3.26.1a PHP/4.3.1 mod_ssl/2.8.13 OpenSSL/0.9.7a Requesting Pages without ssl encryption works fine but requesting this Pages with encryption causes segfault on every request. There are no Problems with 2.8.12 Regards Burkhard On Wed, 19

RE: mod_ssl/2.8.13 and php

2003-03-20 Thread Ed Kubaitis
I see the problem with Apache/1.3.27 mod_ssl/2.8.13 (no other optional Apache modules except mod_rewrite) OpenSSL/0.9.7a Red Hat Linux 7.3 system I tried OpenSSL 0.9.7a both with and without the RSA blinding patch distributed by Ben Laurie and saw the problem both times. I see no

RE: mod_ssl/2.8.13 and php

2003-03-20 Thread Artur Pydo
Hi, I can see the same segmentation fault : FreeBSD 4.8-STABLE Apache 1.3.27 Openssl 0.9.7a Modssl 2.8.13 PHP 4.3.1 / PHP 4.3.2RC1 / PHP 4.3.2-snapshot It happens both with static compilation and as DSO. The backtrace seems pointing out an error in ssl_var_lookup_ssl_cert(). This problem only

RE: mod_ssl/2.8.13 and php

2003-03-19 Thread Frye, David
I had the same problem but without using PHP. Ended up reverting back to 2.8.12 until I (or someone else) can figure it out. It will also install the snakeoil certificates even if I specifiy the path to an existing cert. -Original Message- From: Sophia Petridou [mailto:[EMAIL