LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache 2.0.59 with mod_ssl (https://www.linuxquestions.org/questions/linux-server-73/apache-2-0-59-with-mod_ssl-537654/)

mmCC 03-15-2007 05:51 AM

Apache 2.0.59 with mod_ssl
 
Hi there,
I have the following problem: is it possible to install a Apache module in RedHat without reinstalling the whole Apache or recompiling it? I installed Apache from the source code with the mod_jk module enabled but I have noticed that i need mod_ssl. Is it possible either to get the module or compiling it isolated? Also, I think that anyway I need libcrypto for RedHat and (again) I think that I don't have it, ... and I don't know how to get it ... As you can see I'm a kind of newbie in RedHat and I have several doubts ... :newbie: Thanks in advance for any help or advice.


mmCC

bathory 03-16-2007 03:02 AM

I'm afraid you can't, because apache2 comes with mod_ssl included. So if you didn't enable it during the first compilation (using ./configure --enable-ssl) then you have to recomple it to add ssl aupport. As for libcrypto it's included in the openssl package.

Regards


All times are GMT -5. The time now is 06:10 PM.