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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
It seems that this one did the trick.
Or together with the previous command.
Now it's up to PLESK support team to find out why it came out on a fresh Plesk install and what's the root cause.
Thanks Mark!!
Tried it, but doesn't look really good:
Console_Getopt: unrecognized option --nobuild
WARNING!
Some problems are found during uninstall package /usr/share/psa-horde/mnemo/.xml/mnemo.xml in PEAR(see log file: /var/log/plesk/install/plesk_17.8.10_installation.log)
Continue...
Console_Getopt...
It responds the following. What to do with that?
Loaded plugins: fastestmirror, langpacks
Error: check ['dependencies', 'duplicates', 'obsoletes']
psa-mnemo-4.2.14-cos7.build1708180202.11.noarch has missing requires of psa-horde >= ('0', '5.1.6', None)...
TITLE:
Warning message on update
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
OS CentOS Linux 7.4.1708 (Core)
Product Plesk Onyx
Version 17.8.10
PROBLEM DESCRIPTION:
Warning: Information on some packages might not be actual: inconsistencies were detected in the system's package manager...
TITLE:
Fresh install - bugs immediately
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
CentOS Linux 7.4.1708 (Core)
Product Plesk Onyx
Version 17.8.10
PROBLEM DESCRIPTION:
Hi,
Fresh install of Plesk, just added some items in the install menu.
Then these error comes during install...
Hi,
Tried several times on a fresh install of a server with Plesk 17.5 to make a PHP intensive site(a default Wordpress and Prestashop install without additional data) to be availble for higher throughput, but it always failed, out of the box.
Max stress test output of a HTTPS site was between...
You can fine tune your database with mysqltuner perl script. Google for that.
Sometime it's a big help, and you can sort out the bottlenecks very easy.
You can use Presta with Nginx as well. It's not only tied to Apache/.htaccess.
Nginx config is available for Presta.
So it's a different kind of issue.
But I still don't know which, and where to look for the solution.
I've already updated the SSL cyphers to a fast one, but not a major change in...
Additional info:
When the domain is jut added into Plesk, with the Lets Encrypt cert enabled, and only one Plesk's default landing page is loaded, then in this case the https throughput is around 150-200 req/sec.
But when an "empty", fresh install of Prestashop is installed, then the https...
Ok, understand that because of the handshake it will consume some time, but based on the loader.io website's stress test, it also point out that the max throughput is around 4-6req/sec, same range as `ab` tested.
Question is, that adding an SSL via the Let's Encrypt plugin would work like a...
Hi,
I've a fresh install of Ubuntu 16.04 LTS + Plesk Onyx 17.5.3.
If I add a domain and make a http load test with `ab` command, then I see that max possible request which the system can handle is around 1700-2100 req/sec.
If I add an ssl cert from Plesk with Let's Encrypt, and make again load...
Hi,
I've the same issue that websites are unacessible after upgrade to Plesk 17.0.17.
PHP-FPM gone.
php5-fpm.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
[root@delphinus ~]# systemctl restart php5-fpm.service
Failed to restart php5-fpm.service...
Hi guys,
Thanks for help for both of you ;)
I think I've found what mistake I've done.
Till this time I used this global Nginx ssl config: /etc/nginx/conf.d/ssl.conf
But few min ago I just found out that there's another Nginx ssl conf here: /var/lib/plesk/ssl_nginx.conf
And this second conf...
Dear UFHH01,
Indeed, that was missing.
Amended nginx configuration accordingly, but still getting the nginx warning:
nginx: [warn] "ssl_stapling" ignored, issuer certificate not found
By the time I found this article about my issue.
It states the following:
(If everything is successful, you...
Hello UFHH01,
Many thanks for your reply!
Of course, I'll post conf files, but didn't want to trash the first post with maybe a useless thing.
So, as I've SNI, then I ran your command adding "-servername www.YOUR-DOMAIN.COM" right after the domain name.
And I got the following response:
OCSP...