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:developer_guide:directives [2017/02/14 21:45]
George Wang [CacheRoot]
litespeed_wiki:cache:developer_guide:directives [2017/03/01 19:20]
Kevin Fwu [Apache configuration directives]
Line 1: Line 1:
 ====== Apache configuration directives ====== ====== Apache configuration directives ======
-LiteSpeed’s Apache-style configuration directives must be nested in ''<​IfModule LiteSpeed>''​ and ''</​IfModule>''​ tags. For example:+LiteSpeed’s Apache-style configuration directives must be nested in ''<​IfModule LiteSpeed>''​ and ''</​IfModule>''​ tags. This is to prevent any possible incompatibility issues. For example:
  
 <​code>​ <​code>​
 <​IfModule LiteSpeed> ​ <​IfModule LiteSpeed> ​
  ​CacheEnable public /  ​CacheEnable public /
- ​CacheRoot ​c:/cacheroot+ ​CacheRoot ​/dev/shm/cacheroot
  ​CacheMaxExpire 604800  ​CacheMaxExpire 604800
 </​IfModule>​ </​IfModule>​
  • Admin
  • Last modified: 2020/07/31 19:37
  • by Lisa Clarke