View Single Post

  #1 (permalink)  
Old 10-24-2003
Franklin Lee
 
Posts: n/a
Default How can I add mod_ssl to existing Apache server.

Hi All,

I have one Apache Server 1.3.20 and it works well.
Now I want to add mod_ssl to it, but I don't want to re-compile Apache.
I want to compile mod_ssl to DSO libssl.so and copy it
/usr/local/apache/libexec.
Then modified http.conf to support ssl.
( I have installed openssl-0.9.6)

So there is manual or detail steps to complete this?

Or I have to re-compile my Apache.

Thank you in advance!

Franklin