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.
Hi,
I now see a new file, of the name: 'ync' appearing on the domain's root level. I could not find Plesk mentioning it had added it.
File looks like a help guide for th e CLI 'less'.
File content is attached.
Note: I have printed the file into a PDF file, so I could upload it.
Can anyone...
Ok.. I now suspect a regular domain level blocking of numeric referrer was what blocked the AWS health check.
It's strange in my eyes numeric access request even gets to the domain level, and is not considered server level request.
It seems I making progress in finding where the '400' error could come from. Apparently Plesk manages addiotnal SERVER level APACHE2 log, which is run not as SERVER level but as DOMAIN level, although it using IP ACCESS and not domain name access...
/var/log/apache2/other_vhosts_access.log...
BTW - The issue is NOT reflect in the server error log, but in the access log...
nginx
Logs
Global logs:
Access log: /var/log/nginx/access.log
Error log: /var/log/nginx/error.log
Hi,
As part of configuring DNSSEC on the AWS side, for a Plesk run server, the AWS guidance calls to setting an Amazon-Route53-Health-Check-Service CloudWatch Alarm.
Apparently, this Cloud Watch, access the instance on server level, and in our case, is rejected with a '400' error code. This...
Hi Peter Debik,
Thanks a lot!
Can you, by chance, suggest the manual walkaround for the above simple conf file example, possibly being moving the first 'server' block content into the second one, and keeping the order of commands?
Hi,
The Plesl nginx domain file configuration, includes two 'server' blocks to liste for the same IP, where the first listen only server_name with a 'www' prefix, and reroutes with a '301' code into the second. To me, that did make sense.
However, nowadays, when running the CLI:
nginx -s...
Apparently... Plesk controls postfix/DKIM, and could explain how to use the tools it provide.
For example, you may see some examples, on the manual, seen on the file:
/etc/postfix# man header_checks
However
I could NOT find any Plesk KB article, explaining how to use such tools, which may...
Hi rootuser,
What a great post! Thanks.
It seems I get to have DKIM pass with the Plesk solution. This requires also having the sub domain mail.example.com set as MAIL FROM , protecting instances by SSL/TLS, and other requirements.
I got to your post as I wanted to add security level of...
I can now see the way Plesk tried to implement the DNSSEC on files as:
/var/named/run-root/etc/named.conf
However, according to the 'whois example.com' CLI , it is reported as unsigned, and it's not explained on Plesk what should be done, if at all, with the values presented to the admin...