View Single Post
  #7  
Old 01-20-2011, 08:48 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
I tested set cache directory on admin console, rewrite rule works well.
Server->Cache->Storage Path:/lscache

it should be same as
CacheRoot /lscache/
in httpd.conf

why testnocache.php is cached? I think because of this directive:
CacheEnable disk /
it should be same as
Server->Cache->Enable Cache:Yes

so please remove
CacheEnable disk /
and test again.

regarding memory cache, maybe after diskcache is stable enough
Reply With Quote