Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:cache:common_installation:cpanel-single [2016/05/03 15:48]
Michael Alegre
litespeed_wiki:cache:common_installation:cpanel-single [2016/07/25 14:38]
Long Hu [Perform A Graceful Restart]
Line 1: Line 1:
-====== Web Cache Web Server Configuration - cPanel Single Site ======+====== Web Cache Web Server Configuration - cPanel/WHM Single Site ======
  
 +===== Cache Storage Settings =====
  
-==== Cache Storage Settings ​====+==== Set Server level cache root ==== 
 +Create a file named "​lscache.conf"​ with the following content in directory ''/​usr/​local/​apache/​conf/​includes/'':​
  
-== Set Server level of cache root == 
-Using an Apache configuration file, the server level cache root is set by adding the following to your server level Apache config file: 
   <​IfModule Litespeed>​   <​IfModule Litespeed>​
-  CacheRoot /tmp/lscache+  CacheRoot /home/lscache/
   </​IfModule>​   </​IfModule>​
   ​   ​
-**Note:​** ​make sure /tmp/​lscache ​exists and server readable/writeable (nobody:​nobody for cPanel)CacheRoot is an absolute path for server ​level setting.+**Note:​** ​It is recommended to set the server level cache root to ''​/home/lscache/''​ or a disk partition with enough spaceServer ​level cache root will only be used when vhosts cache root not set.
  
- ==== Cache Policy Settings ==== +Then 
 +  cat /​usr/​local/​apache/​conf/​includes/​lscache.conf >> /​usr/​local/​apache/​conf/​includes/​pre_main_global.conf 
 + 
 +===== Perform A Graceful Restart ===== 
 +After applying your cache storage settings, perform a graceful restart of LiteSpeed web server to have these changes take effect. 
 + 
 +<​code>​ 
 +service lsws restart 
 +</​code>​ 
 + 
 + 
 +**Note**: User doesn'​t need to manually create any cache root directory, lsws will automatically create the cache root directory with proper permission.  
 + 
 +===== Cache Policy Settings ​===== 
  
 Add the following Apache style configuration directive in .htaccess to enable cache lookup. Add the following Apache style configuration directive in .htaccess to enable cache lookup.
Line 19: Line 32:
      ​CacheLookup public on      ​CacheLookup public on
   </​IfModule>​   </​IfModule>​
- +===== Advanced Cache Configuration ===== 
- +For Advanced Cache Configuration info, **[[litespeed_wiki:​cache:​common_installation:​advanced|look here]]**.
- ​Perform a web server graceful restart.+
  • Admin
  • Last modified: 2016/07/25 14:39
  • by Long Hu