PHP-FPM (FastCGI Process Manager)

  PHP-FPM is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It runs as its own process and is not dependent on the web server, like mod_php(default Apache module). PHP-FPM maintains “pools” (workers available to respond to PHP requests) to accomplish this. It is faster … Read more

Different cPanel Backup Settings

cPanel Backup settings

Different cPanel Backup Settings in a cPanel server In the web hosting space, cPanel is the most common and user-friendly control panel. It provides a graphical interface to the customers so that they can handle and control their Linux hosting servers easily via browsers. cPanel also gives data safety through their whole account backup feature. … Read more

Top 10 Advantages of cPanel Hosting

Top 10 advantages of cPanel Hosting

Importance of Control panels in the Hosting Industry The hosting Industry is nowadays is extremely vast and there exists a tight competition between Service Providers, Control Panel Providers, and Cloud providers. Control panels are Software that acts as a front end to the software running in the server command line backend. They help server owners … Read more

Email Delivery Issue: The account or domain may not exist, they may be blacklisted, or missing the proper DNS entries

Email Delivery Issue: The account or domain may not exist, they may be blacklisted

Nixtree Team comes across a wide range of issues to offer appropriate solutions to our clients. There was one interesting one. Our client faced the following error, while sending mail to another domain.

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  my_test_user@test_domain.com.au
    The mail server could not deliver mail to my_test_user@test_domain.com.au. 
The account or domain may not exist, they may be blacklisted, or missing the
proper dns entries.

The first instinct is to think the domain name does not exist or does not have a MX record. Most of this is the case. While checking mx for the domain, I noticed that the MX is pointing to an IP.

#dig MX test_domain.com.au +short
192.168.0.1

Read more

How to repair MySQL databases and tables on LINUX servers

How to repair MySQL databases and tables on LINUX servers

In this blog, we would like to give you some useful insights on how to repair MySQL database and table. This is probably one of the most common, yet cumbersome aspects you may have to deal with on a regular basis.  As you are aware the MySQL database is updated from time by time. MySQL … Read more

How to change default PHP version in plesk

How to change default PHP version in Plesk

In this article, we will see how we can change the default PHP version in plesk. The latest plesk versions come with all the php versions installed (we have the option to install all the php versions). So, there is no need to install a separate PHP in the server for setting the default PHP … Read more

MariaDB Upgrade breaks the cpanel mysql interface

The mariadb upgrade breaks the cpanel mysql interface as a part of the cpanel update. Find the solutions for resolving the issue with your cPanel servers. Issue cPanel MySQL database interface breaks when MariaDB is upgraded from version MariaDB 10.3.22 to 10.3.23. cPanel -> MySQL Databases interface. This MariaDB update occurs automatically when updating cPanel with a version … Read more