Hello!
I just installed wordpress and was trying to optimize the apache server a little following the “How To Configure Content Caching Using Apache Modules On A VPS” guide. The problem is, when I try to edit the disk_cache.conf
or mem_cache.conf
, it’s empty(doesn’t exist).
I use ubuntu and installed wordpress via one click install app.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It looks like there have been a few changes since that article was written. As of Ubuntu 14.04
disk_cache.conf
is now:mod_mem_cache
was removed from Apache 2.4 Looking at the official Apache upgrading guide:https://www.digitalocean.com/community/tutorials/how-to-configure-content-caching-using-apache-modules-on-a-vps
This article should help you configure caching (disk and memory)