How to restore default permissions on a domain

How to restore default permissions on a domain? Resolution In case default permissions on the domain folder are lost, the following actions can be performed to restore them: In Parallels Plesk Panel (PP), go to the Domains page, mark the required domains, and click on the Check permissions button. Then uncheck the Check-only mode checkbox … Read more

RKHunter warnings improvement

APPLIES TO: Plesk 12.0 for Linux Plesk 11.0 for Linux Plesk 11.5 for Linux Symptoms I started a security check through Parallels Plesk Panel at Modules -> Watchdog -> Security -> Start. The process finished successfully, however, the following warning messages are reported in the Watchdog security check log (/var/log/rkhunter.log): Warning: The command ‘/usr/bin/GET’ has … Read more

Mod_Rewrite on IIS Plesk Server

On Windows, similar results can be achieved using the IIS URL Rewrite functionality. To enable this functionality, place the desired rewrite rules in a web.config file in your website’s document root directory. Refer to the IIS documentation for more information. More info: http://www.iis.net/learn/extensions/url-rewrite-module/using-the-url-rewrite-module Windows 2008 http://www.microsoft.com/en-us/download/details.aspx?id=7435 For Windows Plesk servers, this KB says that IIS … Read more

Change Plesk Postfix Retry Time

Is it possible to change the time for mail to give up on sending (Retry) from 5 days which is right now to like 1 day or 12 hours for plesk postfix MTA? Edit the following to /etc/postfix/main.cf near the top: # nano /etc/postfix/main.cf maximal_queue_lifetime = 1h maximal_backoff_time = 15m minimal_backoff_time = 5m queue_run_delay = … Read more

Reset root password on plesk mysql

Errors in plesk: # /usr/local/psa/bin/admin –show-password SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using password: YES) Accessing the plesk panel: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using password: YES) (Abstract.php:144) Reset the root password UPDATE – See this for cool script to reset the password – https://support.plesk.com/hc/en-us/articles/213364309-Unable-to-access-Plesk-on-Linux-Access-denied-for-user-admin-localhost-using-password-YES- # service mysqld stop # … Read more

PHP-FPM support for nginx in plesk error Unable to make action: Unable to manage service by phpinimng

Trying to start the PHP-FPM support for nginx in plesk: Error: Unable to make action: Unable to manage service by phpinimng: [18-May-2015 09:13:30] ERROR: unable to bind listening socket for address ‘127.0.0.1:9000’: Address already in use (98) [18-May-2015 09:13:30] ERROR: FPM initialization failed Failed to start php-fpm service (‘–type=fpm’, ‘php-fpm’) Check for the process running: … Read more

Upgrade PHP on Plesk 12

If you log into plesk and go under tools & settings you will find under the Plesk heading the Updates and Upgrades link. From inside here you can add support for all of the PHP versions you’d like.