Currently on my server public and private caching is working fine. The wordpress specific cache setup though is not. I have followed the guide which led to setup like Litemage:
https://www.litespeedtech.com/suppo...:litemage:installation#cache_storage_settings
So I have created
/usr/local/apache/conf/userdata/lswp.conf
Contents:
<IfModule LiteSpeed>
CacheRoot lswcp_cache
</IfModule>
When new cpanel accounts are made the directory is auto created in the users directory and there are files inside of it (5, 8, d, priv). But when testing with Wordpress with the Litespeed cache plugin installed and activated I am seeing no hits when checking the header. permissions on the lswcp_cache are 770.
Does this look like it is setup right? Any idea on why it is not hitting cache?
https://www.litespeedtech.com/suppo...:litemage:installation#cache_storage_settings
So I have created
/usr/local/apache/conf/userdata/lswp.conf
Contents:
<IfModule LiteSpeed>
CacheRoot lswcp_cache
</IfModule>
When new cpanel accounts are made the directory is auto created in the users directory and there are files inside of it (5, 8, d, priv). But when testing with Wordpress with the Litespeed cache plugin installed and activated I am seeing no hits when checking the header. permissions on the lswcp_cache are 770.
Does this look like it is setup right? Any idea on why it is not hitting cache?