View Single Post

  #2 (permalink)  
Old 06-18-2008
David P. Mott
 
Posts: n/a
Default RE: Need to add/enable/install mod_ssl


That doesn't sound right.

Don't you need a statement like this in your httpd.conf file?

LoadModule ssl_module modules/mod_ssl.so

The statements that you mentioned will do stuff /only/ if the ssl module
is loaded (that's what IfModule means -- If the Module is Present).

-Dave


On Wed, 18 Jun 2008, Tan, Liao wrote:

> All,
>
> I´m told that having the directives in httpd.conf
>
> <IfModule ssl_module>
> SSLRandomSeed startup builtin
> SSLRandomSeed connect builtin
> </IfModule>
>
> means that my apache is configured with mod_ssl (thanks to the guy that told me so!)
>
> Now the question risen up is how do I do to have my https working? As I mentioned below, already have all certificates and their directives configured.
>
> Thanks for your attention.
>
> Ingrid
>

Reply With Quote