Amazon Lightsail - LAMP (PHP 8) - Disable The Server Cache

0

On Amazon Lightsail, I created a new LAMP (PHP 8) instance.

I followed the official instructions on the Bitnami website to Disable The Server Cache. https://docs.bitnami.com/aws/infrastructure/lamp/administration/disable-cache/

The lines related to PageSpeed were not available to comment out.

I followed the official instructions of the Bitnami website to Start Or Stop Services. https://docs.bitnami.com/aws/faq/administration/control-services/

I used the control script to restart the Apache service.

On my Amazon Lightsail instance, I created created /home/bitnami/htdocs/index.php

In that file, I created a test line <?PHP echo "ONE" ?> and saved the file.

When I load the file from the browser, it shows the expected output.

However, when I change the text in the file, it takes time to update.

This suggests that the server is still caching and not serving instantly.

How do I correctly disable the server cache so I can build out my site?

Display
demandé il y a un an292 vues
1 réponse
0

Is there any cache left in your browser?
In that case, please use "ctrl+shift+R" to delete the cache.

Otherwise, when you run "php --version", does the output include "OPcache"?
If "OPcache" is included in the output, you may need to check your PHP settings.

profile picture
EXPERT
répondu il y a un an
  • Thank you. Yes, I do use Control - Shift - R when I refresh the page. As described in the instructions in the first link, the OPCache has been disabled.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions