On Thu, Apr 22, 1999 at 03:57:47PM +0200, Ralf S. Engelschall wrote:
> On Thu, Apr 22, 1999, Christoph Kiehl wrote:
>
> > >> >i have a strange problem here. I use apache 1.3.6, mod_ssl 2.2.8 and
> > >> openssl
> > >> >0.9.2b. Everything compiled fine and the server is running ... but ;)
> > With
> > >> >Netscape 4.08 i always get "Connection refused" when trying the
> > https-url
> > >> >and with IE4 it sometimes works, and sometimes doesn't. Do you have
> > _any_
> > >> >ideas?
> > >>
> > >> I now figured out that the problem disappears if I set "SSLSessionCache"
> > to
> > >> "none" in the httpd.conf. Perhaps you could give me a hint why this
> > caching
> > >> don't work ...
> > >
> > >Is this on a SuSE/Linux box?
> >
> > Sorry, i forgot to specify my system .., yep it's on SuSE 6.0 as well as on
> > SuSE 6.1.
>
> Then welcome to the club of people fighting against SuSE's broken NDBM
> library... Use --enable-rule=SSL_SDBM as a workaround.
I'd really like to know what's going on here. I couldn't find serious
problems regarding the session cache when using Apache 1.3.4 or 1.3.6
from SuSE Linux 6.1
Our init scripts sets the following once Apache has started up:
case "$1" in
start)
if test -x /usr/sbin/httpd ; then
echo -n "Starting service httpd"
startproc /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL ||
return=$rc_failed
if test -e /var/log/ssl_scache.dir ; then
chown wwwrun /var/log/ssl_scache.dir ;
fi
if test -e /var/log/ssl_scache.pag ; then
chown wwwrun /var/log/ssl_scache.pag
fi
echo -e "$return"
fi
;;
For some reason the db files seem to get created before Apache changes
it's UID to wwrun. Changing the ownership of the correspondig files
after startup makes it work.
Please tell us wether this resolved your issue so maybe it can be both
documented and fixed in future releases.
BTW: We are currently relocating the development department, so I
don't have access to our ftp.suse.de FTP server. After the weekend
I'll put a RPM and SRPM with Apache 1.3.6 and mod_ssl 2.2.8 there.
--
Mit freundlichen Gruessen,
Rolf Haberrecker
SuSE GmbH, Tel: +49-911-7405331
Schanzaeckerstr. 10, Fax: +49-911-7417755
90443 Nuernberg, Email: [EMAIL PROTECTED]
Germany WWW: http://www.suse.com/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]