====== Web Cache Web Server Configuration - Apache Config Single Site ======
===== Cache Storage Settings =====
==== Set Server level cache root ====
The Server level cache root is set by adding the following to your server level Apache config file:
CacheRoot /home/lscache/
**Note:** make sure ''/home/lscache/'' exists and server readable/writeable. CacheRoot is an absolute path for server level setting.
===== Cache Policy Settings =====
Add the following Apache style configuration directive in .htaccess to enable cache lookup.
CacheLookup public on
Perform a web server graceful restart.
===== Advanced Cache Configuration =====
For Advanced Cache Configuration info, **[[litespeed_wiki:cache:common_installation:advanced|look here]]**.