How to use nginx with Plesk 2

Wondering through the forum of parallels I stumbled uppon a very interesting article, its is a about a way to change Apache web server port to use a lightweight high-performance web server, such as nginx, as a front-end web server, and move Apache web server to back-end.

HORDE [error] [imp] Failed to open sendmail

If you try to send an email from the the webmail and get the error :Failed to open sendmail [/usr/sbin/sendmail] for execution. or you see the following lines in the horde log: ERROR: Nov 27 16:29:37 HORDE [error] [imp] Failed to open sendmail [/usr/sbin/sendmail] for execution. [on line 1087 of “/usr/share/psa-horde/imp/compose.php”] The solution is:

Plesk 9.x – SSL Error , certificate is for localhost.localdomain

When you install a certificate in a Plesk 9.x version you and try to check if ti works in the browser you might get a strange problem , the appearing SSL in the browser would be issued for localhost.localdomain (the default certificate that comes with the OS for example CentOS).

Plesk (windows) backup gives the error: Failed to connect to database: User ‘admin’ has exceeded the ‘max_user_connections’ resource (current value: 10)

when you try to backup the databases of the websites from Plesk Backup util and you get failure and the message “Failed to connect to database: User ‘admin’ has exceeded the ‘max_user_connections’ resource (current value: 10)” you have to change the mysql options

How do I setup all subdomains *.domain.tld to point to a domain domain.tld? | wildcard dns in plesk

For that purpose you should add an entry into domain’s zone DNS  like:

Linux Plesk how to add www to a subdomain

To create www prefix for subdomains you need to take the following steps: 1) Create vhost.conf file in the /home/httpd/vhosts/domain.com/subdomains/subdomain/conf directory with the following content: ServerAlias www.subdomain.domain.com 2) Add appropriate A record to the DNS zone of the domain in Server->Domains->domain.com->DNS (specify this domain’s IP address instead of 192.168.1.1): www.subdomain.domain.com.          A     192.168.1.1 3) Run wersrvmng ...