On Sat, Dec 05, 1998, Fredj Dridi wrote:

> I use mod_ssl-2.1.2-1.3.3 and apache_1.3.3 on Red Hat 5.1 (Kernel 2.0.34
> on an i686) box. After compiling and installing apache I have started
> apache with /usr/local/apache/sbin/apachectl startssl. The file
> /usr/local/apache/var/run/ssl_scache does not exist;-) The  server
> (http,https) function well but the error_log file says:
> 
> [Sat Dec  5 14:04:20 1998] [error] System: Permission denied (errno: 13)
> [Sat Dec  5 14:04:20 1998] [error] mod_ssl: Cannot open SSLSessionCache
> DBM file `/usr/local/apache/var/run/ssl_scache' for writing (store)
> (System error follows)
> 
> Waht is the problem? 

The problem is that you're using an old config file.  In mod_ssl 2.1
SSLSessioCache's arg now is a path to a DBM file and no longer a path to a
program (as in mod_ssl 2.0.x). Just change the argument to point to a
reasonable file inside your logs or runtime dirs.

                                       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