View Single Post

  #3 (permalink)  
Old 09-02-2003
Scott
 
Posts: n/a
Default Re: Best Practices - Apache 2.0.47 + SSL + W2K

Hi Richard,

Thanks for the input, I really appreciate it!

I'm compiling Apache (and OpenSSL) using MS Visual Studio/C++ 6.0, but the
Apache makefile calls awk, bison, flex, and sed, which I've installed from
cygwin. I had tried to use the Gnuwin32 versions of these utilities but the
compile was failing on the bison invocation. I'm also using MASM for the
OpenSSL compile.

Let me know if you disagree with this.

BTW, do I even need openssl.exe, libeay32.dll and ssleay.dll in the
apache2\bin folder, since they are already in the cygwin OpenSSL install?
Are these files called during Apache's SSL negotiation, or just when
creating certificates?

Thanks again,
Scott

"Richard Antony Burton" <richardaburton-NOSPAM-@hotmail.com> wrote in
message news:rWW4b.343211$Bf5.43766@news.easynews.com...
>
> "Scott" <if_you_want_my_email_ask_in_a_post@please.com> wrote in message
> news:3f53e91d$0$23592$5a62ac22@freenews.iinet.net. au...
> > Or, is it as simple as just copying mod_ssl.so from C:\Apache2\... to
> > C:\Program Files\Apache Group\Apache2\...?

>
> Yes, it is this simple, you just copy a couple of files to your normal
> install. Apache will load the mod_ssl.so from the modules folder if it is

in
> your conf files, regardless of how it got there.
>
> I install the binary distribution .msi from apache website. Then I pop my
> compiled mod_ssl.so into the apache2\modules folder, and the compiled
> openssl.exe, libeay32.dll and ssleay.dll into the apache2\bin folder. All
> done.
>
> Btw. I don't know if this is true, but you might find that a native win32
> compile might be better performance than a cygwin compile.
>
> Richard.
>
>