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
Apache2 - kein SSL
Re: Apache2 - kein SSL
Code: Select all
grep "SSLSessionCache" /etc/apache2/*PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Apache2 - kein SSL
in der /etc/apache2/ssl-global.conf:
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache
SSLSessionCacheTimeout 600
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache
SSLSessionCacheTimeout 600
