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 Both sides next revision
litespeed_wiki:cache:litemage:disableusercontrolhtaccess [2017/04/18 19:12]
Johathan Kagan
litespeed_wiki:cache:litemage:disableusercontrolhtaccess [2017/04/18 19:20]
Michael Alegre
Line 8: Line 8:
 One can place the following into "/​etc/​apache2/​conf.d/​includes/​pre_main_global.conf"​ (EA4 Environment). One can place the following into "/​etc/​apache2/​conf.d/​includes/​pre_main_global.conf"​ (EA4 Environment).
 <​code>​ <​code>​
-  <​IfModule ​Litespeed>+  <​IfModule ​LiteSpeed>
   LiteMage Off   LiteMage Off
   </​IfModule>​   </​IfModule>​
Line 15: Line 15:
 If the server-level cache root is already setup, all that needs to be done is to add "​LiteMage Off" to the existing IfModule LiteSpeed block. If the server-level cache root is already setup, all that needs to be done is to add "​LiteMage Off" to the existing IfModule LiteSpeed block.
 <​code>​ <​code>​
-  <​IfModule ​Litespeed>+  <​IfModule ​LiteSpeed>
   CacheRoot /​home/​lscache/​   CacheRoot /​home/​lscache/​
   LiteMage Off   LiteMage Off
  • Admin
  • Last modified: 2017/04/19 13:14
  • by Michael Alegre