Openlitespeed /w Cloudlinux - Litespeed

InfusedHosting

Verified User
Joined
May 28, 2020
Messages
23
Hi

We are currently using Openlitespeed with cloudlinux on our directadmin server. When we try and enable Wordpress cache function, after scanning our sites the following error appears for all websites detected with wordpress and we are unable to enable the function.

  • /home/******/domains/********/public_html - Unexpected Error Encountered! See webcachemgr.log for more information.
Any ideas on how to fix this?

Thanks

InfusedHosting
 
I don't know if you're on Debian or Centos. So depending on your package manager, install mlocale via yum or apt.
Then issue the updatedb command.
After that it's just this command:
locate webcachemgr.log

Or use the find command, also possible, probably like this
Code:
cd /
find . -name webcachemgr.log
 
I don't know if you're on Debian or Centos. So depending on your package manager, install mlocale via yum or apt.
Then issue the updatedb command.
After that it's just this command:
locate webcachemgr.log

Or use the find command, also possible, probably like this
Code:
cd /
find . -name webcachemgr.log

Hi Richard,

Thanks for the reply. I had mlocate installed and tried to locate the file but nothing comes back.

[root@server ~]# cd /
[root@server /]# find . -name webcachemgr.log
find: ‘./proc/2073533’: No such file or directory
find: ‘./proc/2088897’: No such file or directory
find: ‘./proc/2090730’: No such file or directory
find: ‘./usr/share/cagefs-skeleton/proc/2091505’: No such file or directory
[root@server /]# locate webcachemgr.log
[root@server /]#

Any ideas on what to do next?

Thank you
 
Any ideas on what to do next?
No sorry. I don't work with Litespeed.

Seems to happen once a while, I found another post about it on Litespeed, but no answer to it.
Found the exact same issue here:

Maybe the logs @WisDump is pointing to (lsws logs) can help you further.
 
Hey Richard,

Thanks for the reply and trying to help. When I check the LWSW / Logs folder there's nothing in there either.

May have to try reinstalling OLS at some point as clearly something is a miss with the current setup.
No sorry. I don't work with Litespeed.

Seems to happen once a while, I found another post about it on Litespeed, but no answer to it.
Found the exact same issue here:

Maybe the logs @WisDump is pointing to (lsws logs) can help you further.
 
Back
Top