Wenn ich versuche, den Apache-Server mit XAMPP zu starten, heißt es hauptsächlich Folgendes:
[Apache] Check the "/xampp/Apache/logs/error.log" file
[Apache] and the Windows Event Viewer for more clues
Ich habe das Fehlerprotokoll überprüft und es heißt:
"Session Cache is not configured"
Das vollständige 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.
Eine Lösung gefunden:
Hier finden Sie die Anweisungen zum Entfernen der SSLSessionCache-Nachricht in XAMPP
1) Öffnen Sie die Datei\xampp\Apache\conf\httpd.conf
2) Fügen Sie im Bereich LoadModule die folgende Zeile hinzu:
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
3) Speichern Sie die Datei
4) Öffnen Sie nun die Datei\xampp\Apache\conf\extra\httpd-ssl.conf
5) In Zeile 70 füge die Zeile hinzu
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
6) Speichern Sie die Datei
7) Starten Sie Apache neu
Ich habe das gleiche Problem mit Ihnen. In meinem Fall habe ich SQL Server 2008 R2 installiert.
sie müssen nur den Dienst in service.msc beenden
stop all **SQL Service** or maybe one of them