View Single Post

   
  #10 (permalink)  
Old 01-18-2008, 04:37 PM
Davide Bianchi
 
Posts: n/a
Default Re: mod_ssl for apache 2.0.55 and Open SSL 0.9.7a

On 2006-01-27, aklikic@yahoo.com <aklikic@yahoo.com> wrote:
> SSLRandomSeed is first SSL bit that occures in ssl.config. If I comment
> it, i get same error but on the next SSL bit. I think that module is
> not inluded. Am i on the right track?


It looks so. Kind of strange since (AFAIU) you have an <IfDefine block
before the whole ssl stuff. So if the module wasn't in you shouldn't
even read the SSL block.

Check if the ssl module is loaded (you should have a LoadModule directive)
or is compiled built-in (httpd -l will tell). If is not compiled built-in
maybe you need to add or check your LoadModule directive.

Davide

--
Remember, you're dealing with developers. If they knew what they were
doing, they wouldn't be doing it.
-- Mike A
Reply With Quote