Differences

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

Link to this comparison view

Both sides previous revision Previous revision
litespeed_wiki:cache:lscps:installation [2020/01/21 15:30]
Jackson Zhang [Installation]
litespeed_wiki:cache:lscps:installation [2020/08/11 19:19] (current)
Lisa Clarke Redirect to new Documentation Site
Line 1: Line 1:
-====== Installing & Enabling The LSCache Plugin For PrestaShop ====== +~~REDIRECT>​https://docs.litespeedtech.com/​lscache/lscps/​installation/​~~
- +
- +
-===== Pre-Installation Requirements ===== +
- +
-  * LiteSpeed Web Server Enterprise Edition 5.2.1 Build 7 or higher. +
-  * LSCache Module. (Included with all current licenses and the 8-CPU legacy license. Can be purchased as an add-on for VPS, Ultra VPS, and 1-CPU licenses.) +
- +
-===== Installation ===== +
- +
-  - Configure server- and/or virtual-host-level cache root and cache policy by selecting your setup in the Web Server Configuration section of the [[litespeed_wiki:​cache:​common_installation#​web_server_configuration|LiteSpeed Web Cache Common Installation Guide]]. +
-  - Disable any other page caches as these will interfere with LSCPS. +
-  - [[https://www.litespeedtech.com/​products/cache-plugins/prestashop-acceleration/​download|Download the LSCPS plugin]]. +
-  - Log in to your PrestaShop Admin +
-  - Set **Advanced Parameters > Performance>​ Debug mode > Disable all overrides** to ''​NO''​. This is required to ensure proper functioning of the ESI hole-punching feature. +
-  - Navigate to **Modules > Module Catalog**, and click on **Install a module**. +
-  - Select the LSCPS zip file. +
-  - Enable the module by navigating to **LiteSpeed Cache > Settings** and setting **Enable LiteSpeed Cache** to ''​Yes''​. +
- +
-==== Fixing an Error ==== +
-If you see the following error message, ''​Directory /​home/​example/​example.com/​app/​logs is not writable'',​ you can fix it like so: +
- +
-  touch /​home/​example/​example.com/​app/​logs +
-  chown example:​example /​home/​example/​example.com/​app/​logs +
-   +
-Then, upload and install the module again. +
-===== .htaccess Update ===== +
- +
-When you enable or disable LiteSpeed Cache from the plugin, ''​.htaccess''​ file should be automatically updated. If the update failed, most time due to file permission, you can update it manually. +
- +
-At the top of your ''​.htaccess''​ file, located in the document root of your PrestaShop ​installation, add the following:​ +
- +
-<​code>​ +
-# LITESPEED_CACHE_START Do not remove this comment line, LiteSpeedCache plugin will automatically update this block +
-<​IfModule LiteSpeed>​ +
-CacheLookup on +
-</IfModule>​ +
-# LITESPEED_CACHE_END +
-</​code>​+
  • Admin
  • Last modified: 2020/08/11 19:19
  • by Lisa Clarke