LAMP COMPILATION FROM SOURCE CODE_CENTOS7 for beginners

1:-APACHE Installation  APACHE Version – httpd-2.4.33 Follow the below steps to install apache in CentOS 7 Install EPEL Repository In order to install EPEL repository execute following command: sudo yum install epel-release -y Install required tools for compilation sudo yum install autoconf expat-devel libtool libnghttp2-devel pcre-devel -y Download and unpack […]

Enabling APCU in EA4 (CPANEL) through script

APCu is the official replacement for the outdated APC extension. APC provided both opcode caching (opcache) and object caching. As PHP versions 5.5 and above include their own opcache, APC was no longer compatible, and its opcache functionality became useless. The developers of APC then created APCu, which offers only […]

How to change default document root of Cpanel account in EA4

In EA4 CPanel has deprecated /usr/local/cpanel/bin/apache_conf_distiller –update, so in order to make manual changes, please follow the below steps: Step 1: Login to the server though SSH Step 2: Change the Document root in the below pasted files: /var/cpanel/userdata/Cpanel_username/domain.com /var/cpanel/userdata/Cpanel_username/domain.com_SSL example: /var/cpanel/userdata/tech/techflavourz.com /var/cpanel/userdata/tect/techflavourz.com_SSL You can use the following command to […]

PDO_MYSQL installation error on EA 4

In order to install PDO_MYSQL we need to use pecl. But in some cases it will through the below pasted ERROR: config.status: executing libtool commands running: make /bin/sh /opt/cpanel/ea-php56/root/usr/var/tmp/php-pear/pear-build-rootViggf0/PDO_MYSQL-1.0.2/libtool –mode=compile cc -I -I/usr/include/mysql -g -m64 -fPIC -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I. -I/opt/cpanel/ea-php56/root/usr/var/tmp/php-pear/PDO_MYSQL -DPHP_ATOM_INC -I/opt/cpanel/ea-php56/root/usr/var/tmp/php-pear/pear-build-rootViggf0/PDO_MYSQL-1.0.2/include -I/opt/cpanel/ea-php56/root/usr/var/tmp/php-pear/pear-build-rootViggf0/PDO_MYSQL-1.0.2/main -I/opt/cpanel/ea-php56/root/usr/var/tmp/php-pear/PDO_MYSQL -I/opt/cpanel/ea-php56/root/usr/include/php -I/opt/cpanel/ea-php56/root/usr/include/php/main -I/opt/cpanel/ea-php56/root/usr/include/php/TSRM -I/opt/cpanel/ea-php56/root/usr/include/php/Zend […]

LVM Creation, VGEXTEND, LVEXTEND

Please Follow the below steps to create LVM and mount it on /home: Step 1: mv /home /home_temp/ Step 2: fdisk /dev/vdc (/dev/vdc you can verify the same using fdisk -l) ———Create an Linux LVM partiton fdisk /dev/vdc Device contains neither a valid DOS partition table, nor Sun, SGI or […]

Page 1 Page 2 Page 3 Page 4