Category Archives: Tutorial

Cara Mengganti Timezone di server linux

Zona waktu (timezone) di server sebaiknya disesuaikan dengan lokasi di mana kita berada. Hal ini dilakukan untuk mempermudah kita dalam membaca log server sesuai zona waktu di mana kita berada. Misal kita akan mengganti Zone waktu server menjadi Waktu Indonesia Barat (WIB), langkahnya adalah sebagai berikut: Backup setting timezone eksisting mv /etc/localtime /etc/localtime.bak Buat link… Read More »

How to set PHP Handler on EA4

There are four PHP handlers available on cPanel servers : DSO, suPHP, FastCGI, CGI The below command will list all the available handlers on the server : COMMAND : /usr/local/cpanel/bin/rebuild_phpconf –available [root@server ~]# /usr/local/cpanel/bin/rebuild_phpconf –available ea-php54: cgi none ea-php55: cgi none ea-php56: cgi none ea-php70: cgi none Run the below command to check the current… Read More »

How to install PHP module/Extension on EA4

Install PHP curl extension Run the command yum install “ea-phpXX-php-curl” to install curl Command to Install curl for PHP version 5.4 : yum install ea-php54-php-curl Command to Install curl for PHP version 5.5 : yum install ea-php55-php-curl Command to Install curl for PHP version 5.6 : yum install ea-php56-php-curl Command to Install curl for PHP… Read More »