Category : Web

There is simple way on how to quickly install PHP extensions without using custombuild. I used this way many times. In this case, installation was done on CentOS 7.2 server with Directadmin and PHP version 5.6.23. 1. Navigate to your Directadmin’s custombuild directory. Don’t worry, we won’t use custombuild. [root@webserver ~]# cd /usr/local/directadmin/custombuild [root@webserver custombuild]# ..

Read more

In cPanel, when PHP-FPM is being used the users FPM settings need to be manually changed in order to modify php settings like upload_max_filesize, max_execution_time, etc.. The following file should be modified: /var/cpanel/userdata/babyli2978/babyliss.com.my.php-fpm.yaml Depends on the user’s request the lines to be added: php_admin_value_upload_max_filesize : “200M” php_admin_value_post_max_size : “200M” php_admin_value_max_execution_time : “300” php_admin_value_memory_limit : “256M” ..

Read more

Sometimes, when cutomers use their gmail account to send out emails throught their website, e.g WordPress, they may encounter the error below: [cc]cURL error 60: SSL certificate problem: unable to get local issuer certificat[/cc] In order to fix it we need to download a CA cert file from https://curl.haxx.se/docs/caextract.html and include it in website’s php.ini ..

Read more

LAMP, which stands for (L)inux, (M)ySQL, (A)pache, (P)hp, is needed to be installed and configured if your planning to run a site using CMS (content management systems) such as WordPress or Joomla. LAMP are the four most commonly used software to host and run virtually all websites on the internet. For Linux, the choice of ..

Read more

A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Additionally, the certificate can show the virtual private server’s identification information to site visitors. Certificate Authorities can issue SSL certificates that verify the virtual server’s details while a self-signed certificate has no 3rd party corroboration. When we request ..

Read more

yum install pam-devel -y cd /usr/local wget -O imap-2007f.tar.gz http://files.directadmin.com/services/all/imap/imap-2007f.tar.gz tar xvf imap-2007f.tar.gz cd imap-2007f make lr5 EXTRACFLAGS=-fPIC mkdir lib mkdir include cp c-client/*.c lib/ cp c-client/*.h include/ cp c-client/c-client.a lib/libc-client.a This compilation application for multiphp, PHP1 & PHP2 installed with fastcgi cd /usr/local/directadmin/custombuild mkdir -p custom/fastcgi cp configure/fastcgi/configure.php53 custom/fastcgi/ cp configure/fastcgi/configure.php56 custom/fastcgi/ perl -pi ..

Read more

Ticket Example : FSS-579-11696 Maldet is a commonly using malware detector for Linux based server. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. It can also lead to some inaccessible website. To overcome the issue, you can restore ..

Read more