Hi,
>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.
The script does not change anything ... btw the problem also occurs with the
apache 1.3.4 which is bundled with SuSE 6.1. In the httpd.error_log I can
see that the httpd segfaults on the ssl requests ...
Now I recompiled my apache 1.3.6 with --enable-rule=SSL_SDBM and everything
works fine ...
so far
Christoph
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]