Re: WinNT + Apache + mod_ssl + openssl -> VC++6 = doesn't work?!

1999-05-20 Thread Trung Tran-Duc
Ingo Zitzmann <[EMAIL PROTECTED]> writes: > Hi folks, > > I am trying to compile Apache 1.3.6, mod_ssl-2.2.7-1.3.6, > opensssl-0.9.2b using VisualC++ 6.0 and apparently it compiles the > openssl option into apache (I checked it by hiding the ssleay.dll and > the libeay32.dll) but when I call "ap

Re: Apache-MOD-SSL 4 Win

1999-05-12 Thread Trung Tran-Duc
It was me who uploaded that file. I've just zipped all necessary binaries so people without M$ C compiler can use the software. It's up to you to configure that stuff. Basically you'll have to follow these steps 1) unzip it into a root dir on some drive 2) create a subdir conf, put your config f

Re: Basic auth with SSL - again

1999-03-24 Thread Trung Tran-Duc
> > > "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > [...] > > > Thanks for the answer, Ralf. My problem is that I can't build > > applications under Win32 platform. > > > > Is anybody able to build and uplownload on > > ftp://contrib:[EMAIL PROTECTED]/sw/mod_ssl/ (read/write > > ac

Re: Compiling Apache 1.3.4 + mod_ssl 2.2.1 on NT

1999-02-04 Thread Trung Tran-Duc
The fix: before running nmake, open src/ApacheCore.def, go to the end, and modify it ;; comment out this one ;; ap_hook_register @325 ap_hook_call @326 ;; add these two lines ap_hook_register_I @327 ap_hook_unregister_I @328 Ralf, this is due to the #define in y

Re: ANNOUNCE: 2.1b9-1.3.3 (2.1.0 to-be)

1998-11-17 Thread Trung Tran-Duc
On Mon, 16 Nov 1998 18:08:51 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > On Mon, Nov 16, 1998, Trung Tran-Duc wrote: > > > Ooops. We have problem with patching Makefile on Win32. I'll see to it > > tomorrow. > > I've looked at it. The appende

Re: ANNOUNCE: 2.1b9-1.3.3 (2.1.0 to-be)

1998-11-16 Thread Trung Tran-Duc
Ooops. We have problem with patching Makefile on Win32. I'll see to it tomorrow. -trung On Sun, 15 Nov 1998 16:30:44 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > Except for the final updates of the README files in the distribution and > Chapter 4 of the User Manual the mod_ssl 2.1 b

Re: Win32: Apache-1.1.3 + mod_ssl 2.1b8 + mod_jserv

1998-11-09 Thread Trung Tran-Duc
On Mon, 09 Nov 1998 11:18:19 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > On Mon, Nov 09, 1998, Trung Tran-Duc wrote: > > > On Mon, 09 Nov 1998 10:03:23 GMT, > > Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > > > > > [...] > >

Re: Win32: Apache-1.1.3 + mod_ssl 2.1b8 + mod_jserv

1998-11-09 Thread Trung Tran-Duc
On Mon, 09 Nov 1998 10:03:23 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > [...] > This way we init SSLeay on every init under DSO/DLL situation but not under > Unix/non-DSO. And the pass phrase handling is done only on the first init. Rhetoric question: what would happen if I change t

Re: Win32: Apache-1.1.3 + mod_ssl 2.1b8 + mod_jserv

1998-11-06 Thread Trung Tran-Duc
On Fri, 06 Nov 1998 15:59:30 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > [...] > Also apache crashes on NT > > when I try to restart it (apache.exe -k restart). It's inside ssleay. > > I'm going to debug it... > > Perhaps we have to actually shutdown SSLeay in some way (at the restar

Re: ANNOUNCE: mod_ssl 2.1b7 (DSO support!)

1998-10-30 Thread Trung Tran-Duc
On Fri, 30 Oct 1998 16:48:26 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > PS: Trung or others: It should be now possible to also build mod_ssl > as a .DLL under Win32. I've no experiences here, so I hope you > contribute a few patches to me which allows us to build mod_ssl >

Re: Patch for Win32

1998-10-30 Thread Trung Tran-Duc
On Fri, 30 Oct 1998 12:26:21 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > On Fri, Oct 30, 1998, Dave Paris wrote: > > > Email over the exe and I'll create a self-extracting exe for you. Just let > > me know where it should default (expand) to. > > Oh, I was not precise enough. What

Re: Patch faild on WINNT4.0

1998-10-20 Thread Trung Tran-Duc
On Tue, 20 Oct 1998 13:43:04 GMT, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > In article <> you wrote: > > > Yes. The beta version are suposed to work on NT. I found the problem was > > in the pathing program. I found another port of GNU patch (2.1) and it > > worked. Now I have it bu

Re: Installing mod_ssl, error with configure script

1998-10-13 Thread Trung Tran-Duc
"Lin" <[EMAIL PROTECTED]> writes: > I had the same problem with WINDOWS NT. But I thought that was due to the > utility incompatibiliies. Like to know why, too. For Windows NT you need mod_ssl mod_ssl 2.1b -trung __ Apache In

Re: ANNOUNCE: mod_ssl 2.1b5-1.3.2 (Win32 port)

1998-10-07 Thread Trung Tran-Duc
"Ralf S. Engelschall" <[EMAIL PROTECTED]> writes: > [...] > > dll - I build a shared-library version, i.e. at the end I get > > ssleay32.dll and libeay32.dll. What is linked into ApacheCore.dll and > > ApacheModuleProxy.dll is the _import_ libraries of those DLLs with > > symbol refs to the DLLs.

Re: ANNOUNCE: mod_ssl 2.1b5-1.3.2 (Win32 port)

1998-10-07 Thread Trung Tran-Duc
"Ralf S. Engelschall" <[EMAIL PROTECTED]> writes: > On Mon, Oct 05, 1998, Michael Lechner wrote: > > >[...] > > That was my approach too - however you should change your > > installation instructions: > > >> o Create the all-in-one SSLeay Makefile for building under Win32: > > >>$ perl util