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.
https://support.plesk.com/hc/en-us/articles/12388040127383-A-website-hosted-in-Plesk-fails-to-load-ModSecurity-Response-body-too-large will help you with that.
Hi,
You can use the following commands:
#install dependencies
dnf install libmemcached-devel.x86_64 plesk-php84-devel plesk-php83-devel plesk-php82-devel make gcc cpp
# set the custom temp folder
pear config-set temp_dir /var/tmp
# compile and install for PHP 8.4
export...
You can't install ioncube_loader with pecl on PHP 8.1, 8.2 and 8.3. I also recommend not using PHP 8.1 since it's already EOL.
Download the loader archive from here: ionCube Loader - A website add-on for running ionCube encoded files, deploy the .so files, load them and reload the PHP-FPM and...
You are seeing the "Not secure" warning because 82.165.98.82 is not a domain name in the installed certificate. The certificate is also expired.
You can change the expired certificate or issue a new one, from Tools & Settings > Security: SSL/TLS Certificates > Let's Encrypt. In your case...
Hi Thomas,
In that case, you will need to manually install the PHP extension after changing the temp_dir:
dnf install plesk-php84-devel make gcc cpp <other dependencies>
export PATH=/opt/plesk/php/8.4/bin:$PATH
php -v
pear config-set temp_dir /var/tmp
pecl install <package>
However, I...
> und warum mir dauernd ANGEZEIGT WIRD Plesk ist eine unsicherer Verbindung...verstehe ich auch nicht.
That is expected when you access Plesk via the IP address (https://82.165.98.82:8443). Your Plesk install has an SSL certificate issued for f9f0546.online-server.cloud. Thus, if you access...
Hi,
www.redRings1893-lb.de is not within the SSL certificate covered domain names:
Is www.redRings1893-lb.de pointed to the same IP address shown in Plesk?
Hi Thomas,
The WHOIS information is the publicly available information about the domain registration. Something like this:
I'm not sure why you had a connection timeout error. Is your firewall "System policy for outgoing traffic" set to deny? Was the same error displayed on all registered...
Hello Thomas,
Can you share why you aren't using the Plesk control panel DNS service?
Plesk has Restricted Mode. You can use it to hide the DNS settings from admin and additional admin accounts. You enable all the options and deselect the Hosting Tools: DNS zone management option.
Don't...