There are two ways to install micro-updates for Parallels Plesk Panel. Using the Command Line Interface: #$PRODUCT_ROOT_D/admin/sbin/autoinstaller Note: The “$PRODUCT_ROOT_D” variable in the command should be replaced with its value according to Plesk variables. The exact value of path variables can be known from /etc/psa/psa.conf file on Parallels Plesk Panel server. Or use the following [...]
PHP open_basedir errors occur when a script tries to access a directory outside of httpdocs. For security reasons Plesk only allows access to the httpdocs and tmp directories. So what if you need to access a different directory? The easiest way is to amend the vhost.conf file of the specific domain. Open the vhost.conf file [...]
Parallels Business Automation Standard 3.4 does not support the licenses for Parallels Plesk Panel 10 To make Parallels Plesk Panel 10 licenses issuing possible, we need perform the following actions: Note: This solution should be installed on Parallels Business Automation – Standard 3.4 only. You can damage your installation if you install it on the [...]
April 15th, 2013 |
admin |
Package mpack is required in order to extract the backup contents. # apt-get install mpack # zcat /path/to/backup_file > backup_file.mime # munpack backup_file.mime The result is a set of tar and sql files that contain domains’ directories and databases. Untar the directory as needed. For example, to restore the httpdocs folder for the DOMAIN.TLD domain: [...]
February 10th, 2013 |
admin |
In Parallels Plesk Panel 10.0.1 installed on RedHat 4 OS try upgrading any component through Autoinstaller in Parallels Plesk interface. The following error is shown: There was an error downloading: …… …… …… An error has occurred: exceptions.UnboundLocalError See /var/log/up2date for more information Error: The up2date utility failed to install the required packages. Attention! Your [...]
January 28th, 2013 |
admin |
These are some services I would normally turn off on web servers. NOTE: usage may vary. gpm — mouse mdmonitor — monitor raid devices netfs — nfs, samba etc… autofs — automount, nfs, cd etc… kudzu — detect new hardware restorecond — monitor selinux file context mcstrans — mandatory access control selinux translation There may [...]
January 22nd, 2013 |
admin |
If you perform a Plesk upgrade, you may notice you are unable to unsuspend a domain from the Plesk control panel resulting in the following message: Warning: The domain is still suspended for the following reason: Domain is temporarily suspended for backing up or restoring. Looking at the message, it appears that a backup process [...]
January 6th, 2013 |
admin |
Latest update of the openssl package from CentOS breaks Parallels Panel 9.x. Errors are displayed in the /var/log/sw-cp-server/error_log file when Panel is trying to start. The problem has been fixed since version 9.5.0. Download the appropriate package using the wget utility. Example for CentOS 5 x86: #wget -c http://kb.parallels.com/Attachments/12669/Attachments/sw-cp-server-1.0-6.201004011105.centos5.i386.rpm Install the downloaded package. Example for [...]
December 27th, 2012 |
admin |
You may come across the “Failed domain creation” error message while adding a domain from the Plesk control panel. Failed domain creation: Unable to update domain data: Failed setting of domain parameters: Cannot change Webmail on domain: webmail 0: DomainPropertiesUIPointer.php:267 DomainPropertiesUIPointer->accessItem_create(string ‘POST’) 1: DomainPropertiesUIPointer.php:59 DomainPropertiesUIPointer->accessItem(string ‘POST’, NULL null) 2: UIPointer.php:596 UIPointer->access(string ‘POST’) 3: plesk.php:38 The [...]
November 23rd, 2012 |
admin |
If you feel emails are saturated in the Plesk Qmail mail queue, there is a possibility that your Plesk server is been used for sending spam emails. On a Plesk server relaying is not allowed by default so following are the ways spamming is mostly done 1) using CGI by a user as explained in [...]