RE: Need to add/enable/install mod_ssl
"David P. Mott" <[email protected]> Wed, 18 Jun 2008 16:03:41 -0400 (Eastern Daylight Time)
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Message-ID | <[email protected]> |
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 >