This is an old revision of the document!


Web Cache Web Server Configuration - cPanel/WHM Single Site

Set Server level cache root

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 (nobody:nobody for cPanel). CacheRoot is an absolute path for server level setting.

After applying your cache storage settings, perform a graceful restart of LiteSpeed web server to have these changes take effect.

service lsws restart

Add the following Apache style configuration directive in .htaccess to enable cache lookup.

<IfModule LiteSpeed>
   CacheLookup public on
</IfModule>

For Advanced Cache Configuration info, look here.

  • Admin
  • Last modified: 2016/05/31 13:47
  • by Michael Alegre