Choosing a PHP Handler
PHP is an important part of your cPanel server. One aspect of PHP’s configuration that can be overlooked is the PHP handler. The PHP handler is the specific implementation of PHP on your server that...
View ArticleThe End of PHP 4
Back in 2008, all development stopped on PHP 4. Since that time, no features have been added, no bugs have been fixed, and no security holes have been patched up. After supporting it for years, cPanel...
View ArticleHow To: Check PHP Modules With phpinfo
Say your PHP application is unable to load a needed PHP module. The first thing to check is to see if the PHP module is available to the application. The best way to do that is with what is called a...
View ArticleHow To Configure Your Liquid Web VPN
Liquid Web offers a free Virtual Private Network (VPN) user with every account. A VPN uses encryption to secure your computer’s connection to the Internet and guarantees that all of the data you’re...
View ArticleHow to List Compiled PHP Modules from Command Line
Pre-Flight Check These instructions are intended specifically for listing compiled PHP modules from the command line. I’ll be working from a Liquid Web Core Managed CentOS 6.5 server, and I’ll be...
View ArticleHow to Install the Memcached PHP Extension on CentOS 7
Memcached is a distributed, high-performance, in-memory caching system that is primarily used to speed up sites that make heavy use of databases. It can however be used to store objects of any kind....
View ArticleHow to Install the Memcached PHP Extension on Fedora 20
Memcached is a distributed, high-performance, in-memory caching system that is primarily used to speed up sites that make heavy use of databases. It can however be used to store objects of any kind....
View ArticleHow to Install the Memcached PHP Extension on Fedora 21
Memcached is a distributed, high-performance, in-memory caching system that is primarily used to speed up sites that make heavy use of databases. It can however be used to store objects of any kind....
View ArticleHow to Install XCache on CentOS 7
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher. I’ll be working from a Liquid Web Core Managed CentOS 7 server, and I’ll be logged in...
View ArticleHow to Install XCache on Fedora 20
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher. I’ll be working from a Liquid Web Self Managed Fedora 20 server with Apache and PHP...
View ArticleHow to Install XCache on Fedora 21
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher. I’ll be working from a Liquid Web Self Managed Fedora 21 server with Apache and PHP...
View ArticleHow to Install XCache on Ubuntu 12.04 LTS
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher, on Ubuntu 12.04 LTS. I’ll be working from a Liquid Web Core Managed Ubuntu 12.04 LTS...
View ArticleHow to Install XCache on Ubuntu 14.04 LTS
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher, on Ubuntu 14.04 LTS. I’ll be working from a Liquid Web Core Managed Ubuntu 14.04 LTS...
View ArticleHow to Install XCache on Ubuntu 15.04
Pre-Flight Check These instructions are intended specifically for installing XCache, an open-source opcode cacher, on Ubuntu 15.04. I’ll be working from a Liquid Web Self Managed Ubuntu 15.04 server...
View ArticleFully Managed Templates Now Optimized with FCGI
Your fully managed cPanel server has several different PHP handlers from which to choose, including DSO, SuPHP, and FCGI. These handlers are responsible for reading/interpreting PHP code, then...
View ArticleComposer 101
Tutorial: How to use Composer I. Composer 101 II. Installing Composer on a cPanel server III. Working with Composer & Examples Composer is a dependency manager for PHP, written in PHP....
View ArticleInstalling Composer on a cPanel server
Tutorial: How to use Composer I. Composer 101 II. Installing Composer on a cPanel server III. Working with Composer & Examples With a tool like Composer it is generally best to have the ability to...
View ArticleWorking with Composer & Examples
Tutorial: How to use Composer I. Composer 101 II. Installing Composer on a cPanel server III. Working with Composer & Examples In the previous articles we worked through what composer is, who uses...
View ArticleHow to Replacing PHP GeoIP with MaxMindDB
Depending on the site or application, looking up geographic information related to an IP address can be a pretty common action. When working to do this in PHP generally the PHP GeoIP extension would be...
View ArticleEasyApache 4 & CLI based PHP utilities
With the release of EasyApache 4 in WHM 58 there are various changes to how PHP is managed. The most obvious being that EasyApache 4 brings support for installing multiple PHP versions alongside each...
View Article