Hi, I can't get modssl to run properly on a redhat linux (6.2 Zoot) 
installation.

The problem seems to be in the SSLSessionCache configuration 
directive.  With it set to none, I get the following:

[Wed Mar 14 12:09:57 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.4pl1 
mod_ssl/2.8.1 OpenSSL/0.9.5 configured -- resuming normal operations
[Wed Mar 14 12:10:47 2001] [error] mod_ssl: SSL handshake interrupted by 
system [Hint: Stop button pressed in browser?!] (System error follows)
[Wed Mar 14 12:10:47 2001] [error] System: Connection reset by peer (errno: 
104)

With it set to

SSLSessionCache         dbm:/home/jsd/apache/logs/ssl_scache
SSLSessionCacheTimeout  300

I get the following behavior:

[Wed Mar 14 12:17:54 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.4pl1 
mod_ssl/2.8.1 OpenSSL/0.9.5 configured -- resuming normal operations
[Wed Mar 14 12:18:10 2001] [error] mod_ssl: Cannot open SSLSessionCache DBM 
file `/home/jsd/apache/logs/ssl_scache' for reading (fetch) (System error 
follows)
[Wed Mar 14 12:18:10 2001] [error] System: Permission denied (errno: 13)
[Wed Mar 14 12:18:10 2001] [error] mod_ssl: Cannot open SSLSessionCache DBM 
file `/home/jsd/apache/logs/ssl_scache' for writing (store) (System error 
follows)
[Wed Mar 14 12:18:10 2001] [error] System: Permission denied (errno: 13)

the directory /home/jsd/apache/logs is mode 777 for now!

drwxrwxrwx    2 jsd      jsd          4096 Mar 14 12:17 logs
[jsd@mail ~/apache]$ ls -l logs
total 20
-rw-r--r--    1 root     root           79 Mar 14 12:18 access_log
-rw-r--r--    1 root     root          603 Mar 14 12:18 error_log
-rw-r--r--    1 root     root            6 Mar 14 12:17 httpd.pid
-rw-r--r--    1 root     root         2314 Mar 14 12:18 ssl_engine_log
-rw-r--r--    1 root     root           89 Mar 14 12:18 ssl_request_log
-rw-------    1 nobody   root            0 Mar 14 12:17 ssl_scache.dir
-rw-------    1 nobody   root            0 Mar 14 12:17 ssl_scache.pag

I originally built apache with this config.status file:

./configure \
"--with-layout=Apache" \
"--enable-module=ssl" \
"--enable-module=status" \
"--enable-module=info" \
"--enable-rule=SSL_SDBM" \
"--activate-module=src/modules/php4/libphp4.a" \
"--prefix=/home/jsd/apache" \
"$@"


I built modssl with this:

./configure \
"--with-apache=../apache_1.3.19" \
"$@"

anybody know what's going on here?

-jsd-

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to