June 16, 2010

Using wildcard subdomains in Plesk

Plesk,

In some situations, you may want to have domain.com as well as *.domain.com point to the same site in Plesk. Plesk will automatically set up hosting for domain.com and www.domain.com within the Apache configuration, but you can direct all subdomains for a particular domain to a certain virtual host fairly easily. DNS Configuration: Add a…

Read more
May 19, 2010

Plesk DBWebadmin(PHPMyAdmin) Error

Plesk,

Plesk – DBWebAdmin Error:Get the following error when try to use PHPMyAdmin in the Parallels Panel: “#1045 – Access denied for user ‘pma_xxxxxxx’@’localhost’ (using password: YES)” APPLIES TO:* Plesk 8.x for Linux/Unix CauseThe problem is caused by mismatch between user login credentials stored in phpMyAdmin configuration and database.Using instructions below you may repair the configuration.…

Read more
May 19, 2010

Plesk Fatal exception error and Fix

Plesk,

Plesk Fatal Exception Error: Unable to create or delete domains under Plesk panel. Failed domain creation: Unable to update domain data: dnsmng::remove() failed: dnsmng failed: dnsmng: Unable to open DNS config file: Permission denied System error 13: Permission denied 0: /usr/local/psa/admin/htdocs/domains/create_domain.php:150 Fix: 1. Disable the selinux. vi /etc/sysconfig/selinux SELINUX=disabled SELINUXTYPE=targeted SETLOCALDEFS=0 2. Improper permission of…

Read more
May 8, 2010

Plesk VPS Migration for plesk 9 series

Linux/Windows Support,Plesk,

1. Upload migration agent and modules to the source server. For example for Parallels Plesk Panel, there are two folders: “/usr/local/psa/PMM/agents/shared” and “/usr/local/psa/PMM/agents/PleskX”. Use the command below to copy the Migration Manager: destination ~# scp -r /usr/local/psa/PMM/agents/shared/* /usr/local/psa/PMM/agents/PleskX/* root@source:temporary_migration_directory/ 2. Login to source server and change to directory /temporary_migration_directory. Run migration agent (PleskX.pl) with parameter…

Read more