Issues Getting LSCache Working

#1
Server

cPanel 11.54 + CloudLinux 7

Oddly enough I had this working and for some reason now neither private or public cache are working well.

Enabling private and public cache in .htaccess has no effect and nothing shows in headers on a test wordpress site.

But if I create a phpinfo.php and put;

RewriteEngine On
RewriteRule phpinfo.php - [L, E=Cache-Control:max-age=600]

I do see in the headers that the page is being cached. Not sure where at the moment to check and see why this stopped working and how to get it going again. I see nothing regarding this in any of the logs. So a kick in the right direction would be appreciated :)
 
#3
Hi,

Thanks, I was not aware of that. I have been checking that guide and created the needed folder in cPanels skeleton

mkdir /root/cpanel3-skel/lswcp_cache

But the next step is:
nano /usr/local/apache/conf/userdata/lswcp.conf

There is no:
/usr/local/apache/conf/userdata

Was there a change in paths since that guide was written?
 
Top