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:litemage:disableusercontrolhtaccess [2017/04/18 19:12]
Johathan Kagan
litespeed_wiki:cache:litemage:disableusercontrolhtaccess [2017/04/19 13:13]
Michael Alegre Moved content to litespeed_wiki:cache:litemage:troubleshooting:disable-litemage-on-off
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