Lightsail - Using Memcached on Wordpress Instance

0

Hi,

I instealled litespeed cache. I configurred it but I couldn't get rid of this error. Not sure how to solve it. I tried couple ways in google but didn't work.

Enter image description here

Mac
gefragt vor einem Monat115 Aufrufe
1 Antwort
1
Akzeptierte Antwort

From your screenshot, memcached extension is installed.

Do you have memcached server installed?

If not, you need to install it. Either sudo dnf install memcached or sudo apt install memcached depending on what Linux OS you are running

Enable and start the service

sudo systemctl enable memcached
sudo systemctl start memcached
AWS
EXPERTE
Mike_L
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
  • I removed LiteSpeed and installed W3, it seems W3 is more straigforward and increased speed without doing these configurations. Thanks for the asnwer.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen