Apache 4 Optimizations Possible?
In apache 3 I had a bunch of extensions to make it faster such as xcache ect
Is there anything I can install to make my apache 4 server run faster?
-
You can easily install xcache with EA4 on your server. Try with following command and update your php.ini file with the xcache extensions. wget https://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz tar -zxvf xcache-3.2.0.tar.gz cd xcache-3.2.0 /opt/cpanel/ea-php56/root/usr/bin/phpize ./configure --enable-xcache make make install
Also, Change you phpize command path with your php version. EasyApache 4 includes support for multiple versions of PHP.0 -
What is the xcache extension To put in the php.INI file? And how do I change the phpize command path? If u can kindly assist me. 0 -
Please check How to install xCache on EasyApache 4 0 -
i need a step to step tutorial on how to do this i can't just assume how to access a folder on ssh and guess on how he did it. 0 -
You need root access to install xache on cPanel server and your access level is listed as Website Owner, You will have to contact your hosting provider to install xache on the server. 0 -
Hello I Do have root access 0 -
Login your server with SSH and try with all commands which are posted on following post. How to install xCache on EasyApache 4 If you are not familiar with SSH commands then please contact your server admin and ask them to install xcache modules for you. 0 -
Hello, You may also find the following document helpful: PHP Options - EasyApache 4 - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
8 comments