Hi MK, Correct. In that case, discard your current
installation, get the source code and compile your own version of apache. You will
have to do a good amount of reading to understand all the options for compiling
and then running Apache. The documentation is pretty good as well as the help
from the commands. (E.g. configure –help). You can compile modules to be linked
statically or for dynamic loading. I think dynamic loading is better. In order
to compile, you may need some other libraries (you may get errors during the
configure phase or while compiling). -Jorge From: kohanm
[mailto:kohan.massoud@xxxxxxxxx] I do not have mod_ssl.so under Apache/modules. I downloaded Apache
2.2 the binary version and then the jk_module
separately. I read from different sources that I have to install Apache 2.2.*
from source than I have to enable mod_ssl and there is not
any separate SSL module for Apache 2.2. am I right? MK
On 7/21/08, Jorge
Medina <jmedina@xxxxxxxxxxxx>
wrote: Depending on your flavor of Linux and how you got Apache, you
may already have the mod_ssl module and you may need just to load it. Check if the file mod_ssl.so already exists on the directory
where apache is installed. From: kohanm [mailto:kohan.massoud@xxxxxxxxx]
Thanks
for your reply:
No, I
thought the only thing that I have to do is to modify on httpd.conf : include
conf/extra/httpd-ssl.conf I have
linux binary version so, do I have to download the ssl_module? and
then add it
to the httpd.conf : LoadModule
ssl_module modules/mod_ssl.so
After
creating key,csr then sent to Thawte. I got certificate form Thawte and
the key and certificate are on the conf file. I am not
sure if the public key is protected by a passowd. Thanks, MK
|