Подтвердить что ты не робот

XAMPP - кеш сеанса не настроен [подсказка: SSLSessionCache]

Когда я пытаюсь запустить сервер Apache с помощью XAMPP, он в основном говорит следующее:

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

Я проверил журнал ошибок, и он говорит:

"Session Cache is not configured"

Полный журнал приведен ниже:

[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.
4b9b3361

Ответ 1

Найдено решение:

Вот инструкции, как избавиться от сообщения SSLSessionCache в XAMPP

1) Откройте файл \xampp\apache\conf\httpd.conf

2) Где-то в области LoadModule добавьте следующую строку:

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

3) Сохраните файл

4) Теперь откройте файл \xampp\apache\conf\extra\httpd-ssl.conf

5) в строке 70 добавить строку

SSLSessionCache "shmcb:logs/ssl_scache(512000)"

6) Сохраните файл

7) Перезапустите Apache

Ответ 2

У меня с вами такая же проблема, в моем случае я установил sql server 2008 r2.

вам просто нужно остановить службу в service.msc

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