LiteMage Questions

#1
Hello gentlemens, I have some doubts on Litespeed 5.0 and LiteMage.

1 - I have version 5 installed but did not see any option called LiteMage how does this work?
2 - I can use the same Litespeed 5.0 Lite Mage with other apps like Wordpress running on the server?
3 - What must I do to enable Esi?
4 - Http 2 is faster? It is working in all browsers?

Thanks for guys.
 

Pong

Administrator
Staff member
#5
Has you done the following?

The LiteMage module needs to be enabled for each Magento store. Add the code below in the .htaccess file under the root directory of each Magento installation:

<IfModule Litespeed>
LiteMage on
</IfModule>
 
Top