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]# ..
Category : Web
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” ..
Please make sure the latest MySQL version installed is 5.6 or MariaDB is 10.1, else the PHP 5.2 cannot be installed. The PHP 5.2 only can be installed and running as suphp. Firstly we need to install the suphp. Use the DirectAdmin custombuild, it will help to install everything required. # cd /usr/local/directadmin/custombuild # ./build ..
TIcket: UEO-349-18906 Sometimes we receive server UP and DOWN alerts. In order to find out what is the root cause we need to perform the steps below: 1. Check switch, if there’s any limit for pps 2. Check server with nload -m command to see the current bandwidth usage (we may also refer to MRTG ..
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 ..
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 ..
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 ..
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 ..
SecRuleEngine Off SecRuleRemoveB..
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 ..