Re: Build SSL on Access Remote Database

2002-03-27 Thread Nick Miles
I think modssl is not really what you want, an SSL enabled web server wont do much for the PHP-MySQL connection. Rather I think you'd want an SSL enabled MySQL, you can make then an SSL MySQL client and server but not sure how then PHP would make use of that...it might be easier to simply set

Build SSL on Access Remote Database

2002-03-27 Thread 峰菖
Dear All: I use PHP to access remote MySQL database, and I wish build SSL on their connection. My web server is Apache 1.3.23 I know programing,but I don't know how to begin. Can anybody help me. Just tell me how to begin. Thank a lot. _

ap_hook_pool and ssl_var_lookup on solaris

2002-03-27 Thread Himanshu Soni
Hi I have written a module that calls ap_hook_call(char *hook). The hook called is ap::mod_ssl::var_lookup which is registered when mod_ssl loads up in the void (*add_module) (struct module_struct *) call. However, when I make call, at run time, my module dumps core because ap_hook_pool is n

IE bug with mod_ssl?

2002-03-27 Thread Jeremy Walton
I think this just may be a bug with IE but I'm not sure. When I use CGI scripting with the default install of (Caldera OpenLinux 3.1 or 3.11, Not sure of the mod_ssl version and if someone can tell me how to find out I'll post it too). I found the problem with XP(IE 6) but for W98 and W2k (IE6 o

Re: No solution for bug with IE on Mac?

2002-03-27 Thread Cliff Woolley
On Wed, 27 Mar 2002, John Siracusa wrote: > BrowserMatch "MSIE [1-4]" nokeepalive ssl-unclean-shutdown \ > downgrade-1.0 force-response-1.0 > BrowserMatch "MSIE [5-9]" ssl-unclean-shutdown > > SSLCipherSuite > !EXP1024-RC4-SHA:!EXP1024-DES-CBC-SHA:ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM: >

Re: [BugDB] PRIVATE: bogus SSL handshake timeouts under load? (PR#680)

2002-03-27 Thread modssl-bugdb
On Thu, Mar 21, 2002, [EMAIL PROTECTED] wrote: > [...] > [Thu Mar 21 12:14:29 2002] [error] mod_ssl: SSL handshake timed out (client > 130.167.114.38, server hoth.stsci.edu:443) > > When the timeout occurs one of my threads (in java) that is making the > https connection locks up. > > I believe

Re: [BugDB] more helpful message when failing to get mutex (PR#679)

2002-03-27 Thread modssl-bugdb
On Thu, Mar 21, 2002, [EMAIL PROTECTED] wrote: > Full_Name: Fred Romelfanger > Version: 2.8.7 > OS: Solaris > Submission from: (NULL) (130.167.114.38) > > During a stress test with modssl, I get the following error: > > [21/Mar/2002 13:37:55 14476] [warn] Failed to acquire global mutex lock >

Re: [BugDB] SSLLog into pipe (PR#678)

2002-03-27 Thread modssl-bugdb
On Wed, Mar 20, 2002, [EMAIL PROTECTED] wrote: > Full_Name: martin vetter > Version: 2.8.5 > OS: mac os 10.1.3 > Submission from: (NULL) (62.16.152.206) > > SSLLog "|/usr/sbin/rotatelogs /var/log/httpd/ssl_engine_log 86400" > > does work. > > SSLLog "| /usr/sbin/rotatelogs /var/log/httpd/ssl_e

RE: Solaris 8 - ModSSL 2.8.7-1.3.23 and libssl.so problems

2002-03-27 Thread Lily Tian
I had this problem before. I think this is because the libssl.so is not built correctly. Try to do the following: 1) cd /openssl-0.9.6c sh config no-thread -fPIC make make test cd .. 2) cd mod_ssl-2.8.6-1.3.23 ./confgiure --with-apache=/u02/app/apache_1.3.23

invalid keys preventing apache start.

2002-03-27 Thread Bill Robbins
Support, Is there a command line argument or directive that would allow you to bypass invalid keys, which prevent apache from starting? [26/Mar/2002 11:37:33 31000] [info] Init: Configuring server www.domain.com:443 for SSL protocol [26/Mar/2002 11:37:33 31000] [error] Init: (www.domain.com:44

[ANNOUNCE] mod_ssl 2.8.8-1.3.24

2002-03-27 Thread Ralf S. Engelschall
Apache 1.3.24 was released and so I take this opportunity to both provide an aligned mod_ssl version for it and flush the pending bugfixes. The corresponding CHANGES entries are appended below. Fetch mod_ssl 2.8.8 from the following locations: o http://www.modssl.org/source/ o ftp://ftp.modssl

Solaris 8 - ModSSL 2.8.7-1.3.23 and libssl.so problems

2002-03-27 Thread Vince Church
Hi Everyone, I've researched the archives and found several users with this same problem, but none of the solutions seems to work for me. Does anyone know the workaround or solution? Basically I have: mod_ssl-2.8.7-1.3.23 openssl-0.9.6c mm-1.1.3 apache_1.3.23 Solaris 8 (x86) When I try to

RE: No solution for bug with IE on Mac?

2002-03-27 Thread Emanuel Dejanu
No error when connect to: https://secure.anet.at/ What OS, IE versions do you use. Win2000, IE6.0 (will the lastest Windows Updates) Best regards, Emanuel Dejanu P.S. I'm not on the [EMAIL PROTECTED] list. __ Apache Interfac

Re: [PATCH] outstanding shmcb fixes

2002-03-27 Thread Ralf S. Engelschall
On Mon, Mar 25, 2002, Joe Orton wrote: > Here are the outstanding shmcb changes which didn't make it into 2.8.7, > extracted from Geoff's patch. These fix the remaining SIGBUS problem(s) > on SPARC etc. Now comitted for mod_ssl 2.8.8. Thanks for remembering me.

Re: No solution for bug with IE on Mac?

2002-03-27 Thread John Siracusa
On 3/26/02 8:16 PM, Robert Allerstorfer wrote: > I have searched the archive and it seems that there is still no > solution on how to make a https page viewable with MSIE on MacOS. Actually, I think there is (finally!) a solution. The following works for me (thanks to Mark J. Lilback). I though

Re: Odd interaction between mod_ssl, mod_rewrite and mod_proxy

2002-03-27 Thread Patrick Herborn
On Tue, 26 Mar 2002 14:42:37 -0800 (PST) Merton Campbell Crockett <[EMAIL PROTECTED]> wrote: > On Tue, 26 Mar 2002, Patrick Herborn wrote: > > > I have been trying to configure the following setup: > > > > PRIVATE LAN | INTERNET > > | > > back_end

Re: Odd interaction between mod_ssl, mod_rewrite and mod_proxy

2002-03-27 Thread Patrick Herborn
On Tue, 26 Mar 2002 14:42:37 -0800 (PST) Merton Campbell Crockett <[EMAIL PROTECTED]> wrote: > On Tue, 26 Mar 2002, Patrick Herborn wrote: > > > I have been trying to configure the following setup: > > > > PRIVATE LAN | INTERNET > > | > > back_end