Session Cache bei Apache 2 konfigurieren

C

ccc

Routinier
hi

habe SUSE 9.1 am laufen.
gewisse cgi scripte, die unter SUSE 8.2 einwandfrei funktionierten,
funktionieren unter SUSE 9.1 extrem langsam.

in errorlog von apache2 wenn ich die scripte aufrufe, sehe folgende Fehlermeldungen:

[Sun Jul 10 11:51:28 2004] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jul 10 11:51:28 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sun Jul 10 11:51:28 2004] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations

unter /etc/apache2/ssl-global.conf habe folgende einstellungen:

Code:
#   Inter-Process Session Cache:
	#   Configure the SSL Session Cache: First the mechanism 
	#   to use and second the expiring timeout (in seconds).
	#   shm means the same as shmht. 
	#   Note that on most platforms shared memory segments are not allowed to be on 
	#   network-mounted drives, so in that case you need to use the dbm method.
	#SSLSessionCache        none
	SSLSessionCache         dbm:/var/lib/apache2/ssl_scache
	SSLSessionCache         shmht:/var/lib/apache2/ssl_scache(512000)
	SSLSessionCache         shmcb:/var/lib/apache2/ssl_scache
	SSLSessionCacheTimeout  600

weiss jemand, wie ich Session Cache bei Apache 2 konfigurieren kann,
damit diese error meldungen verschwinden ?
 
Zuletzt bearbeitet:
Hi,
ich habe hier ein Apache Buch als .pdf (War ein legaler Download).
da steht auch was über den SSL Session Cache drin.
Kann ich Dir per Mail schicken.

MfG
sowatt
 

Ähnliche Themen

Akonadi startet nicht mehr

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Apache /var/www zu /home/ich/www wechseln

X not starting anymore since filesystem was full

dovecot und postfix Konfiguration Problem

Zurück
Oben