Page 1 of 1

Apache2 - kein SSL

Posted: 2003-12-31 15:16
by powie
Habe eine Standardinstallation von Suse 9 mit Apache 2.0.48 .
Der Apache ermöglocht kein SSL.
Das Modul wird geladen in der /etc/apache2/sysconfig.d/loadmodule.conf
Die Settings für SSL sind korrekt und auch die Keys sind da.

Einzigster Hinweis aus dem error_log :

[Wed Dec 31 15:11:02 2003] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Dec 31 15:11:02 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Wed Dec 31 15:11:05 2003] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations

Der Apache funktioniert dann problemlos, aber eben ohne SSL. Hat jemand eine Idee

Re: Apache2 - kein SSL

Posted: 2003-12-31 15:43
by Joe User

Code: Select all

grep "SSLSessionCache" /etc/apache2/*

Re: Apache2 - kein SSL

Posted: 2003-12-31 15:47
by powie
in der /etc/apache2/ssl-global.conf:

SSLSessionCache shmcb:/var/lib/apache2/ssl_scache
SSLSessionCacheTimeout 600