The Server level cache root is set by adding the following to your server level Apache config file:
<IfModule Litespeed> CacheRoot /home/lscache/ </IfModule>
Note: make sure /home/lscache/
exists and server readable/writeable. CacheRoot is an absolute path for server level setting.
Add the following Apache style configuration directive in .htaccess to enable cache lookup.
<IfModule LiteSpeed> CacheLookup public on </IfModule>
Perform a web server graceful restart.
For Advanced Cache Configuration info, look here.