×


Category: Plesk


Plesk Change IP address – Follow this guide

This article covers the best method to Change IP addresses in Plesk. In fact, To change the IP address hosting a live site on your server, you'll first want to update your DNS information. In some cases, you will need to update your zone file with your new IP manually with the DNS host.


Plesk error pool seems busy - Fix it Now ?

This article covers methods to resolve Plesk error pool seems busy. This error happens when the PHP-FPM pm.max_children has been reached by the website(s). 


To Increasing pm.max_children for one domain via a command-line interface:

1. Create a php.ini file in domain's system directory /var/www/vhosts/system/example.com/conf/:

$ touch /var/www/vhosts/system/example.com/conf/php.ini

2. Open the php.ini file in any text editor (for example, vi editor) and add the following records:

[php-fpm-pool-settings]
pm.max_children = 20

3. Save the changes and close the file.

4. Run the following command to apply the changes:

/usr/local/psa/bin/php_settings -u


Plesk error "Local Docker node is missing" - Fix it Now ?

This article covers methods to resolve the Plesk error, "Local Docker node is missing". Generally, you will encounter this error while processing docker-engine. 


Plesk AH01071: got error 'primary script unknown' - Fix it Now ?

This article covers how to resolve AH01071: got error 'primary script unknown' in Plesk for our customers. This can happen as a result of Incorrect permissions on domain's folder.


Plesk error AH01075: Error dispatching request to - Fix it Now ?

This article covers methods to resolve 504 Gateway Time-out Plesk error which happens when there is an Execution of the PHP code of the website which takes longer than the specified timeout.


Postfix address already in use Plesk error - Fix it Now ?

This article covers methods to resolve Postfix address already in use error in Plesk. To fix this error, simply Edit file /etc/postfix/master.cf and comment out all duplicate lines in the configuration, for example:

203.0.113.2- unix - n n - - smtp -o smtp_bind_address=203.0.113.2 -o
smtp_bind_address6= -o smtp_address_preference=ipv4

Note: The line with the IP address should exist only once in the /etc/postfix/master.cf configuration file.