Install xcache

CentOS 6 Debian/Ubuntu/Linux Mint Configure RHEL/CentOS/Fedora Debian/Ubuntu/Linux Mint OR once you’re done with configuration settings, restart your Apache web server. Verify Enabling XCache Admin Panel for PHP By default the admin panel is protected with http-auth and in disabled state. To set user/password open the Xcache.ini file. But, first you have to create md5 password … Read more

Downgrade PHP 7 to PHP 5.6 on Ubuntu 16.04 Xenial

How to install PHP 5.6 on Ubuntu 16.04 Xenial and replace php 7. Let’s assume you have a fresh Ubuntu 16.04 server. Install add-apt-repository: Add repository for PHP 5.6: Update package lists: Install php5-fpm: Check the result: Run the following: Check again Restart Apache

Php 4 on cpanel

Here are a few articles that mention it: https://documentation.cpanel.net/display/EA/Custom+Modules https://forums.cpanel.net/threads/how-to-easy-php4-php5-side-by-side-after-removal-of-php4-from-easyapache.304942/ http://www.liquidweb.com/kb/the-end-of-php-4/ https://www.siteground.com/kb/how_to_have_different_php__mysql_versions/ You can set the handler for the site using a .htaccess file in the domains webroot with the following contents: Code: AddHandler application/x-httpd-php4 .php .php4 .php3

PhalconPHP

Installation Clone this repository into /var/cpanel/easy/apache/custom_opt_mods/ like so: Git on cpanel is at Or use the .zip: Make sure that the path is Or it will not show up in easy apache. From here, select Phalcon from the list of PHP modules. The module will be loaded from /usr/local/lib/php.ini.

White Screen of Death (WSOD) in php page

You must turn on PHP error reporting. To do this, you should change the setting in your php.ini config file. Temporarily insert the following lines in your index.php file: Make sure that you have inserted the code directly after the opening PHP tag. The errors should now appear directly on your screen. Alternatively, check your … Read more

Cannot find mail.php

For WHM You should be able to enable this in the WHM section – Home » Software » Module Installers. Click “Manage” PHP Extensions and Applications Package. Search for Find a PHP Extensions and Applications Package – Mail. You should be able to instal this there.