Apache2 - kein SSL

Apache, Lighttpd, nginx, Cherokee
Post Reply
powie
Posts: 80
Joined: 2002-09-25 16:41
Location: Singen
Contact:
 

Apache2 - kein SSL

Post 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
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Apache2 - kein SSL

Post by Joe User »

Code: Select all

grep "SSLSessionCache" /etc/apache2/*
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings 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.
powie
Posts: 80
Joined: 2002-09-25 16:41
Location: Singen
Contact:
 

Re: Apache2 - kein SSL

Post by powie »

in der /etc/apache2/ssl-global.conf:

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