Why PHP handlers? It’s a type of Apache module. It contains libraries that the Apache uses to interpret and run PHP code. This dettails are mentioned in PHP and Apache configuration files. The PHP configuration file (php.conf) contains the directive…
PHP
How to install php-pear mail on CentOS or RHEL
PEAR – PHP Extension and Application Repository, PEAR is a framework and distribution system for reusable PHP components. The mail() function is using for sending emails from a php script. This is the most simplest way to send emails from a…
Simple steps to install eAccelerator on cPanel server – Command-line option
What is eAccelerator ? Yes, before going directly to the installation steps, you must have an idea about eAccelerator. As the name indicates, it’s an accelerator for PHP scripts/files on your website. It’s an open source software which is used…
How to change PHP handler from command line – cPanel server
Why PHP handlers? Simply to serve PHP scripts on the web servers to web browser or end user. It’s a type of Apache module for executing PHP code. A PHP handlers deliver the PHP programming libraries into web server. Different types of php handlers are available…
Enable custom PHP in cPanel server with PHP CGI (Common Gateway Interface) handler
Here I’m explaining how we can enable custom php.ini file for individual accounts in a cPanel based server. First of all, we need to know the current working PHP handler in the server. Please use the following command to know…
Simple steps to install IonCube loader on a cPanel server
Ioncube loader IonCube Loader is an encryption/decryption utility for PHP applications which also assists in speeding up the pages that are served. IonCube Loader is one of the requirements for running client management systems like WHMCS. By default installation location:…
Simple steps to change the php handler – WHM
A php handler loads the php modules and that determines how the php pages loaded on the server. Different types of php handlers are CGI, DSO, suPHP, & FastCGI. In a cPanel server, we have command-line options to list and…