2013-05-20 8 views
12

Wenn ich versuche, Apache-Server mit XAMPP zu starten, ist es in erster Linie sagt der folgende:XAMPP - Session Cache ist nicht konfiguriert [Hinweis: SSLSessionCache]

[Apache] Check the "/xampp/apache/logs/error.log" file 
[Apache] and the Windows Event Viewer for more clues 

Ich habe das Protokoll Fehler, und es sagt:

"Session Cache is not configured" 

komplettes Protokoll ist unten angegeben:

[ssl:warn] [pid 5008:tid 316] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] 
[mpm_winnt:notice] [pid 5008:tid 316] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations 
[mpm_winnt:notice] [pid 5008:tid 316] AH00456: Server built: Aug 18 2012 12:41:37 
[core:notice] [pid 5008:tid 316] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' 
[mpm_winnt:notice] [pid 5008:tid 316] AH00418: Parent: Created child process 1400 
[ssl:warn] [pid 1400:tid 324] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] 
[mpm_winnt:notice] [pid 1400:tid 324] AH00354: Child: Starting 150 worker threads. 

Antwort

18

eine Lösung gefunden:

Hier sind die Anweisungen, wie der SSLSessionCache Nachricht in XAMPP

1) Öffnen Sie die Datei \ xampp loszuwerden \ Apache \ conf \ httpd.conf

2) Irgendwo in der LoadModule- Bereich die folgende Zeile :

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so 

3)

4) öffnen Sie nun \ xampp Datei speichern Sie die Datei \ apache \ conf \ Extra \ httpd-ssl.conf

5) in Zeile 70 die Zeile

SSLSessionCache "shmcb:logs/ssl_scache(512000)" 

6) Speichern Sie die Datei

7) Starten Sie Apache

+0

Letztes Stück des Puzzles zu stoppen - Dank sehr viel (FWIW, ich bin mit WAMP statt XAMPP). – Alfie

+0

Mine funktioniert nicht Ich weiß nicht warum. 'LoadModule socache_shmcb_module modules/mod_socache_shmcb.so #LoadModule speling_module modules/mod_speling.so LoadModule ssl_module modules/mod_ssl.so',' Include conf/extra/httpd-ssl.conf' und schließlich 'SSLSessionCache" shmcb: C:/wamp64 /bin/apache/apache2.4.27/logs/ssl_scache(512000) "'. Alles, was ich verpasst habe. Derselbe Fehler taucht die ganze Zeit auf. –

0

ich mit Ihnen gleiche Problem haben, in meinem Fall habe ich installedd sql Server 2008 r2.

Sie müssen nur den Dienst in service.msc für mich

stop all **SQL Service** or maybe one of them 
Verwandte Themen