xCache and Litespeed

#1
Hello,

After trying to install xCache I get this (PHP 5.4.17):
Enabling PHP Cacher Error No php script cached Your PHP pages is not accelerated by XCache. Set xcache.cacher = On

My php ini shows this:
Code:
extension = "xcache.so"
xcache.admin.enable_auth = On
xcache.admin.user = "USERNAME"
xcache.admin.pass = "MD5PASSWORD"
xcache.shm_scheme = "mmap"
xcache.size = 256M
xcache.count = 2
xcache.slots = 8K
xcache.ttl = 0
xcache.gc_interval = 0

xcache.var_size = 16M
xcache.var_count = 2
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.var_namespace_mode = 0
xcache.var_namespace = ""
xcache.readonly_protection = Off

xcache.cacher = On
xcache.stat = On
xcache.optimizer = Off
[xcache.coverager]

xcache.coverager = Off
xcache.coverager_autostart = On
xcache.coveragedump_directory = ""
Before I had LiteSpeed it worked great on the same exact environment. Any ideas?
suEXEc is disabled.

Thanks.
 
Top