View Single Post

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

On 2006-01-26, aklikic@yahoo.com <aklikic@yahoo.com> wrote:
> How can i do that? I did everything that was instructed in
> documentation. I created ssl.conf file:
> SSLRandomSeed startup builtin
> SSLRandomSeed connect builtin
><IfDefine SSL>


Usually, all the stuff in ssl.conf is included if _and only if_ you
start the system with the SSL part (startssl), so the <IfDEfine> bit
is not really usefull. More over, if he includes the file regardless,
the SSLRandom bit outside the <IfDefine will result in an error.

So put the SSL bits all inside the <IfDefine block.

> and i included it in httpd.conf:
> Include conf/ssl.conf


> When i start apache (./apachectl startssl) i get this error:
> Syntax error on line 28 of /u2/apache-2.2/conf/ssl.conf:
> Invalid command 'SSLRandomSeed', perhaps mis-spelled or defined by a


Which one of the two SSLRandomSeed is the line 28?

BTW, my 'SSLRandomSeed startup' is in the form
SSLRandomSeed startup file:/dev/urandom 256

Davide

--
Linux: The OS people choose without $200,000,000 of persuasion
Reply With Quote