php - XAMPP - Session Cache is not configured [hint: SSLSessionCache] -


when trying start apache server using xampp, says following:

[apache]   check "/xampp/apache/logs/error.log" file [apache]   , windows event viewer more clues 

i checked error log , says:

"session cache not configured" 

complete log given below:

[ssl:warn] [pid 5008:tid 316] ah01873: init: session cache 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 not configured [hint: sslsessioncache] [mpm_winnt:notice] [pid 1400:tid 324] ah00354: child: starting 150 worker threads. 

found solution:

here instructions how rid of sslsessioncache message in xampp

1) open file \xampp\apache\conf\httpd.conf

2) somewhere in loadmodule area add following line:

loadmodule socache_shmcb_module modules/mod_socache_shmcb.so 

3) save file

4) open file \xampp\apache\conf\extra\httpd-ssl.conf

5) @ line 70 add line

sslsessioncache "shmcb:logs/ssl_scache(512000)" 

6) save file

7) restart apache


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -