LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache and mod_ssl.c (https://www.linuxquestions.org/questions/linux-server-73/apache-and-mod_ssl-c-825397/)

omfgitsbk 08-10-2010 02:11 PM

Apache and mod_ssl.c
 
Hello,

On a server I didn't build (but have root) I am trying to have apache not use its builtin mod_ssl.c because I want to use an updated version of openssl installed. I added
<IfDefine SSL>
LoadModule ssl_module modules/mod_ssl.c
</IfDefine>

But it errors saying "module ssl_module is built-in and can't be loaded".

Any Advice?

bathory 08-11-2010 12:12 AM

Quote:

<IfDefine SSL>
LoadModule ssl_module modules/mod_ssl.c
</IfDefine>
The mod_ssl DSO name is mod_ssl.so, but AFAIK in apache2 you cannot disable a built-in module to load the dynamic one.


All times are GMT -5. The time now is 04:51 AM.