Apache and SSL in windows NT

2001-04-20 Thread Mallah, Hadi
Hi, This is my first time with Apache and SSL. I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a For windows (NT 4). openssl-0.9.6a installation went fine. While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying to run the following: Nmake /f

RE: Apache and SSL in windows NT

2001-04-20 Thread Jay Burgess
I was in exactly the same position last week. :) You can get a WIN32 version of AWK in CygWin32 1.1.8 (http://sources.redhat.com/cygwin/). If I remember the install correctly, it's part of the basic CYGWIN package. Once it's in place, things should finish smoothly from there. I haven't

Apache + JServ + SSL

2001-04-20 Thread Mercier Alain
Hi, Apache 1.3.19 (win32) JServ 1.1.2-2 mod_SSL 2.8.2 When starting apache, a message says : [warm] Loaded DSO modules/ApacheModuleJServ.dll uses Apache 1.3 API, this module might crash under EAPI ! (please recompile it with -DEAPI) My application is OK, but sometime apache crash ... and I

RE: Apache + JServ + SSL

2001-04-20 Thread Rajaram . Vasudev
I am getting the same error when I use mod_jk as well. Can I try the same solution, with changes specific to mod_jk?? Or is there any different approach to solve this?? -Thanks, Rajaram.

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
Having no experience with mod_jk, I honestly don't know. But I'd guess that the process can't be that much different. Jay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 10:21 AM To: [EMAIL PROTECTED] Subject: RE: Apache + JServ + SSL

RE: Apache + JServ + SSL

2001-04-20 Thread Mercier Alain
okay but I don't have the sources on my JServ release ... could you send me your "ApacheModuleJServ.dll" if possible ? Thanks Alain -Message d'origine- De: Jay Burgess [SMTP:[EMAIL PROTECTED]] Date: vendredi 20 avril 2001 17:05 :[EMAIL PROTECTED] Objet:RE: Apache +

Re: Apache + JServ + SSL

2001-04-20 Thread john
Why are you using the JServ when you can use Tomcat + mod_jk or mod_jserv? I think that there is more maintinance going on with JServ anyways, and they are recommending that you go to Tomcat anyways. This might be an issue as well in future upgrades in 2.0, considering I see you are up to date

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
Alain, I'd like to, but we've made some modifications to the JServ source that I don't think you want. You'll either need to download the source yourself and do a build, or else find someone on this list or the JServ list that can send you one. Sorry I can't be more of a help. Jay

Apache and SSL in win NT

2001-04-20 Thread Mallah, Hadi
Hi, This is my first time with Apache and SSL. I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a For windows (NT 4). openssl-0.9.6a installation went fine. While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying to run the following: Nmake /f

Re: Apache and SSL in win NT

2001-04-20 Thread Rajaram . Vasudev
Hi, Please try the following URL : http://tud.at/programm/apache-ssl-win32-howto.php3 This has the way to setup modSSL/ OpenSSL for Apache on NT Rajaram. __ Apache Interface to OpenSSL (mod_ssl)

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
If I well understand the message, I must recompile the JServ module ApacheModuleJServ.dll) with -DEAPI option ... How can I do that (I know that I must do it with Visual C++) ? Or where can I find a Apache version compiled with -DEAPI option ? Boy, this must be my day to answer