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.
I have tried the workaround. That did not help.
https://support.plesk.com/hc/en-us/articles/12387408619671-Unable-to-open-Plesk-PHP-Composer-extension-on-the-domain-level-plesk-composer-command-info-contains-a-Composer-plugin-which-is-blocked-by-your-allow-plugins-config
Looks like I'm one step ahead.
I now get the following error message.
Failed to retrieve data for the package 'composer-runtime-api': Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in...
I am trying to install the Kimai time tracking tool on my Plesk server.
I use the documentation at Shared hosting – Kimai
When I use Composer I get the following error.
Failed to retrieve data for the package 'composer-runtime-api': In ComposerRepository.php line 347:
[LogicException]...
I was able to fix the problem.
the entry at my domain provider (Primary DNS) must not be called _acme-challenge.domain.de - NS - domain.de.
Correct is
_acme-challenge - NS - domain.de
Of course, this can vary from provider to provider.
In my case the wrong result would be a double domain...
I came across this post because I would like to use the DNS from my domain provider.
I fail already at the NS record at my domain provider.
I have set the following DNS record.
_acme-challenge.domain.de - NS - domain.de
host -t ns _acme-challenge.domain.de 8.8.8.8...
If I look into the file /etct/netplan/10-plesk.yml, there is also only one entry for the new IP.
network:
version: 2
renderer: networkd
ethernets:
eth0:
addresses:
- 2a0e:97c0:3e2:1b5::/64
- 45.67.139.new/24
Hello
I have added an IP address in the Plesk web interface.
This has changed the primary IP address of the server.
To fix this I made the following change...
Hast du schon mal Plesk Repair versucht?
https://docs.plesk.com/de-DE/obsidian/administrator-guide/plesk-administration/plesk-reparaturdienstprogramm.74649/
Ist hier übrigens ein Englisches Forum, du wirst mehr Infos bekommen wenn du auf Englisch schreibst.
plesk repair dns -v -y
Checking the DNS configuration file ................................. [OK]
Restoring DNS server configuration
Synchronizing DNS zones with the DNS server ..................... [OK]
Hello
My additional DNS settings are missing listen-on-v6 { any; };
IPv6 resolution on the server does not work.
When I try to add listen-on-v6 { any; }; I get the error
dnsmng failed: dnsmng: Could not start named-checkconf
System error 2: No such file or directory
In the file...
Hello,
I have two DNS servers.
Master
Ubuntu 22.04.1 LTS with Plesk
SLave
Debian with just bind
I have set up the slave server as described in the manual
https://docs.plesk.com/en-US/obsidian/administrator-guide/dns/slave-dns-server.79004/
The servers communicate with each other. So far so...
Hello,
A few days ago I used the Plesk Migration tool to move my server to a new one.
After I moved the data, I adjusted the glue recors for the new DNS at my domain provider.
I also adjusted the entries on the old DNS server to the new one.
That was over 48 hours ago, meanwhile 4 days have...