Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:cache:common_installation:litespeed-shared [2021/02/09 19:48] Lisa Clarke |
litespeed_wiki:cache:common_installation:litespeed-shared [2021/02/11 18:43] (current) Lisa Clarke |
||
---|---|---|---|
Line 21: | Line 21: | ||
Under **Cache Policy** at either the Server or Virtual Host level, leave all cache policies as "not set". | Under **Cache Policy** at either the Server or Virtual Host level, leave all cache policies as "not set". | ||
- | Here is what **Cache Policy** set up looks like at the Virtual Host level: | + | The following screenshot shows the cache policy settings at the virtual host level: |
- | {{ :litespeed_wiki:cache:common_installation:cachepolicynative.png?nolink&300 |}} | + | {{ :litespeed_wiki:cache:common_installation:virtual-host-cache-policy.png?direct&300 |}} |
Add the following Apache style configuration directive to ''.htaccess'' file of a specific WordPress installation to enable cache lookup. | Add the following Apache style configuration directive to ''.htaccess'' file of a specific WordPress installation to enable cache lookup. | ||
Line 34: | Line 34: | ||
This will have the effect of turning on LSCache for only this site, allowing you to choose which sites have caching enabled. | This will have the effect of turning on LSCache for only this site, allowing you to choose which sites have caching enabled. | ||
+ | |||
+ | **NOTE**: The **Publicly Cache All** and **Private Cache All** settings are not available at the server level, as it is strongly recommended that you //not// enable caching server-wide. If you have a need for global caching, you may configure a Context for that purpose. | ||
===== Enable .htaccess Use ===== | ===== Enable .htaccess Use ===== |