|
Home > Archive > Apache Server configuration support > January 2004 > Apache binary distibution - mod_ssl module
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache binary distibution - mod_ssl module
|
|
|
|
When Apache.org says they do NOT provide a binary distribution of the
server with SSL support, what exactly does that mean?
- I keep thinking that the binary version of Apache is compiled
in such a way that it will not work with the mod_ssl module.
- Then I start thinking well maybe the binary version is fine. They
just mean the download distribution does not contain the compiled
mod_ssl modules and its up to me to compile the SSL module, place
them in the correct dir. then the Apache binary will work.
gary
| |
| Davide Bianchi 2004-01-19, 7:13 am |
| gary <not@used.com> wrote:quote:
> When Apache.org says they do NOT provide a binary distribution of the
> server with SSL support, what exactly does that mean?
That you have to get the source code and compile it yourself.
Davide
| |
| Richard Antony Burton 2004-01-19, 7:13 am |
|
"gary" <not@used.com> wrote in message
news:ude6qvo9op3rmnr8mrhd1ng9l1ihgvav5i@
4ax.com...quote:
> - Then I start thinking well maybe the binary version is fine. They
> just mean the download distribution does not contain the compiled
> mod_ssl modules and its up to me to compile the SSL module, place
> them in the correct dir. then the Apache binary will work.
Bingo. The binary version will run just fine on it's own without SSL.
If you want SSL you can just drop in the mod_ssl.so module (+ the required
openssl dlls) and you are ready to do. You can either download the source
and compile it yourself (not too difficult, assuming you have a compiler and
know how to use it). Or you can grab it here:
http://rab.members.easyspace.com/apache-ssl/ where I keep the latest version
compiled, just drop these files into the listed places and you're ready to
go.
Richard.
| |
|
| On Sat, 01 Nov 2003 08:54:07 GMT, "Richard Antony Burton"
<richardaburton-NOSPAM-@hotmail.com> wrote:
<cut>
thanks richard for both clearing the air and the compilied ssl.so
module.
gary
quote:
>you want SSL you can just drop in the mod_ssl.so module (+ the required
>openssl dlls) and you are ready to do. You can either download the source
>and compile it yourself (not too difficult, assuming you have a compiler and
>know how to use it). Or you can grab it here:
>http://rab.members.easyspace.com/apache-ssl/ where I keep the latest version
>compiled, just drop these files into the listed places and you're ready to
>go.
>
>Richard.
>
|
|
|
|
|