Install a Caching Method

tomwin

Verified User
Joined
Apr 23, 2020
Messages
77
Hi, before I was hosted on a shared hosting. The Caching Method I use there was APC. I wonder is there any easy installation 123 step how to install APC on CentOs 7?
or are there any other methods I can use. I use invisioncommunity IPS forum and the Caching Method I can use is
APC
Memcached
Redis
Wincache
XCache
Are there anyone that have a 123 step on how to install anyone of these on CentOs 7?
 
You can use Opcache:
in /usr/local/directadmin/custombuild/php_extensions.conf set
opcache=yes
then /usr/local/directadmin/custombuild/build php_opcache
 
you can look for comparison in google.
It's enough just to install it and restart webserver.
then if you need you can modify configuration for each php version
 
Back
Top