On Fri, Feb 19, 1999, Taylor Blackwell wrote:

>[...]
> > means your apache_1.3.4/src/Configuration.tmpl doesn't contain a "Rule
> > SSL_SDBM=default" line. Check this, mod_ssl's configure script should have
> > added this line together with some other SSL_xxx stuff.  I guess you messed 
> Here's what I got in the SSL Support, which is the second commented
> section of Configuration.tmpl.
> 
> #SSL_BASE=/usr/local/ssl
> #RSA_BASE=/usr/local/rsa
> Rule SSL_COMPAT=yes
> 
> That's it.  Also, I noticed a module at the end that is commented out.
>[...]

Then this isn't mod_ssl 2.2.x IMO. Then you're using
an older version where no SSL_SDBM is at all ;-)
For mod_ssl 2.2.x the above part reads:

#SSL_BASE=/usr/local/ssl
#RSA_BASE=/usr/local/rsa
Rule SSL_COMPAT=yes
Rule SSL_SDBM=default
Rule SSL_EXPERIMENTAL=no
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to