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
posta un mese fa115 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
Mike_L
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • I removed LiteSpeed and installed W3, it seems W3 is more straigforward and increased speed without doing these configurations. Thanks for the asnwer.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande