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.
Hello,
One of our servers is using a lot of traffic.
I looked into Plesk Admin; View Traffic Usage By Domain, Customer etc. everything is okay.
But I looked virtualization pannel, the using traffic is arround 700 GB per a month? As normal, it is not possible. So, there is a problem. How...
Hi Again:
I did:
# userdel usr
userdel: user usr is currently used by process 26250
# kill 26250
# userdel usr
again and again
..
userdel: user ygnbz is currently used by process 26267
# killall -TERM -u usr
# userdel usr
It is okay, now: The problem is solved completely!
Hello,
I have a strange problem? :) One of my domains can not deleted. Firstly, I have tried to delete on Plesk Admin.
Doamins -> Filter the domain -> Select and Remove but, There is no any actions, just waiting..
I go to domain detail page: there is no remove button.
Then,
I tried to...
:) Yes it is!
and sorry for my typo. :(
# plesk repair fs -system
Checking Linux system files ......................................... [OK]
Error messages: 0; Warnings: 0; Errors resolved: 0
On the Plesk Admin -> A Domain.com File Manager Page:
Internal error:
Unable to find the...
Hi,
(Actually, it is not a new installation.)
# plesk version
Product version: Plesk Onyx 17.5.3 Update #58
Update date: 2018/10/15 04:03
Build date: 2018/10/03 19:00
OS version: CentOS 6.9
Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
Architecture: 64-bit
Wrapper...
Hello,
I did not upgrade, but maybe auto-upgraded?
Ahh.. Yes, panel.log!
Like this:
[2018-10-21 00:20:57] ERR [panel] Unable to get key: error: Cannot create: /etc/sw/keys/lock/repository: Permission denied
[2018-10-21 00:20:57] ERR [panel] Unable to get key: error: Cannot create...
Hello,
I have a problem on Plesk Admin Control Panel, after the login request:
Internal error:
No such file or directory
Message No such file or directory
File Hierarchical.php
Line 201
Type UnknownError
I tried # plesk repair all, everything is ok.
# df -h
Use 82%
# df -i
Use 12%
Any...
Hello,
I have a strange problem.
As summary:
I have 2 sites. such as, a.com & b.com. I have created a subdomain cdn.b.com for a.com. Everything is normal. But, If I actived the (cdn.b.com) Nginx browser cache, a.com isn't loading some images.
(Apache & nginx Settings)
The code blog...
Hello,
Thanks for your answer. I have a basic question:
For example, I want to set HSTS for just one site as basic. Should I use this post ? Is that enough? Satisfying? Because HSTS Preload List Submission gives notice. "`http:// domain . com` (HTTP) should immediately redirect to `https://...
About HSTS,
You can use this header:
add_header Strict-Transport-Security "max-age=15768000; includeSubdomains; preload" always;
Note: But there is one more thing that the site should be redirected to https first and then www subdomain.
You can use this site: HSTS Preload List Submission for...
Hello,
If you use Nginx as proxy, you should use it for conf., too. You can do this as pratical:
Go to Plesk > Domains > example.com > Apache & Nginx Settings
Find the Additional nginx directives and paste your header sets
such as
add_header 'Referrer-Policy' 'origin';
and restart Nginx on...
Hello Guys,
There is an interesting thing which all services are seeming normal, apache, mysql, cpu etc. but sites are too slow. (Maybe 20 second maybe..)
edit:
One site have had a bug. I found and solved it.
thanks!
Hello!
Additional nginx directive did not work for me but,
htaccess to nginx - Plesk Extensions worked ! :)
I have an off-topic question. Do you advise me basic article about security and performance.
Thank you!