PHP7 support is the dream of every developer and admins. Earlier for php7, we needed to use either cloudlinux or 1H tools. The newer version of cPanel comes with a new version of easyapache. It comes with a lot of features and the main one is the use of RPMs. By using RPMs, cPanel have made updating and installing a PHP module or apache module fast. Another advantage of … [Read more...] about How to add PHP7 support in cPanel via command line
Apache
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to Enable Gzip Compression in Apache
Gzip compression is a great tool by web servers with which we can cutdown the size of the pages sent out. In this topic I am discussing on how to enable gzip compression in Apache. Enabling compression means the web server will compress the size of the pages there by we can achieve better speed and low bandwidth usage. … [Read more...] about How to Enable Gzip Compression in Apache