Jump to content

Memcache problem


Recommended Posts

Hi,

I am trying to enable Memcache on my server.

So ive installed memcached, and lauched the server on localhost:11211
Added the php5-memcache module to apache2

And added in conf_global.php
$INFO['use_memcache'] = '1';
$INFO['memcache_server_1'] = 'localhost';
$INFO['memcache_port_1'] = '11211';

I dont know if my cache is working well, i just have :
Used Cache Size 180.7 KBytes
Hit Rate 21.08 cache requests/second

The problem is that my skins are not working, ive tried to recache all the skins, and rebuild all the cache.
Still not working

Thx if somebody have an idea

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...