Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hi again,
some tips for the specific issue with PHP Mailer: in the firewall rules the port 25 must be open (SMTP (submission port) server and SMTP (mail sending) server) and the setting for SPF inbox email in the Plesk Panel:
"Tool&Settings" > "Server Mail Settings" > "Switch on SPF spam...
Hi, to fix the warning:
"The hostname in the SMTP greeting does not match the reverse DNS (PTR) record" you should request, at the server provider, to setting up the correct reverse DNS (PTR), usually you can't do it directly, it's not a big deal to resolve.
For my experience it's better use...
Hi, have you checked the virtual machine requirements?
Check this: http://www.parallels.com/products/plesk/requirements/
"Before installing Parallels Plesk Panel software on CloudLinux, you should make sure that the YUM repository on the server is configured for access to CloudLinux...
Hi Grzegorz,
open the Linux console and do this:
# cd /usr/local/psa/admin/htdocs/
# vim robots.txt
Copy-and-paste these two lines:
User-agent: *
Disallow: /
Save the file in vim typing
:wq
Also you can remove your server from Google result with Google Webmaster, more info...
Hi DanijelD,
in the filed "Full hostname" you should insert the name of the server like this:
vps.example.com
Be carefull because this update can block some services, if you provides zero-stop-services, before you change the hostname, make a full backup or snapshot.
This name must be...
[UPDATE]
I had individuated a possible issue, every few second or minutes one service calls "/usr/bin/mysql_upgrade" that process ignores the settings defined in "/etc/mysql/my.cnf" and reset on the fly mysql to default value.
I think that a PSA procedure that create, update or delete the...
Goodmorning,
I'm using on virtual machine the last version of PLESK 11.5.3 update #42 and UBUNTU 12.04.4 LTS provide by a main Italian ISP, the MySQL version is 5.5.35-0ubuntu0.12.04.2.
I'm trying to enable the local-infile option in the /etc/mysql/my.cnf file:
[client]
local-infile = 1...