Skip to content

Instantly share code, notes, and snippets.

@mujahidi
Created February 13, 2019 15:33
Show Gist options
  • Save mujahidi/b658f8979b4939f6783536167d9701e7 to your computer and use it in GitHub Desktop.
Save mujahidi/b658f8979b4939f6783536167d9701e7 to your computer and use it in GitHub Desktop.
FIX BITNAMI WEIRD CACHE ISSUE:
FIX BITNAMI WEIRD CACHE ISSUE:
1)Comment out these lines in /opt/bitnami/apache2/conf/httpd.conf using # in front of these 2:
Include conf/pagespeed.conf
Include conf/pagespeed_libraries.conf
2) PHP has Op Cache enabled by these lines in sudo nano /opt/bitnami/php/etc/php.ini
opcache.enable=1
opcache.enable_cli=1
Disable those by making them = 0 instead.
3) MAKE SURE TO RESTART PHPFPM AND APACHE!!!! <——
sudo /opt/bitnami/ctlscript.sh restart apache
sudo /opt/bitnami/ctlscript.sh restart phpfpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment