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.
PHP 8.4 requires libcurl version 7.61.0 or higher. If your system has an older version of libcurl, the php8.4-curl extension may not be available or may fail to load.
Check your version via #curl --version
If it's older than 7.61.0, consider upgrading your system or installing a newer version...
Hi @32bits, I didn't have the PHP 8.4 installed prior to reviewing your post, I installed using the Tools & Settings->Plesk->Updates> Add/Remove Components
https://<replace with your plesk-cp-domain>:8447/installer/summary.html
Can you try to remove and reinstall PHP 8.4 via Plesk...
If a Plesk package requires a third-party package of a certain version and it cannot be installed by the package manager, the update will fail.
Apply the latest OS updates on the server. On Debian: apt-get update && apt-get upgrade.
What's the output of?
#cat...
Hi @brother4
I saw this article too, it mentions as possible cause' Incompatibility between the PHP interpreter and website code
https://support.plesk.com/hc/en-us/articles/12389254411159-Some-pages-of-the-web-site-returns-503-error-child-exited-on-signal-11-SIGSEGV
You need to be able to resolve the domain on the server to issue the Lets Encrypt SSL.
If you want to use wildcard you need to add the TXT record for the domain you are using in the Domain Registrar -> host settings then go and reissue the SSL.
Hi Lema,
Can you check the remote database server is accessible from the Plesk server?
# try to connect to the MySQL server from the Plesk server
[another_server]$ mysql --host=mysql_server --user=mysql_admin --password=<password>
Check the error logs (i.e. /var/log/plesk/panel.log) for more...
Here is the list of Ports used by Plesk services:
https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/
My site was running using PHP-FPM Nginx .... and I have to place the corresponding files in
/var/www/vhosts/domain.com/error_docs/.
For example, the custom404 error page I created "404/index.html", should be moved to /var/www/vhosts/domain.com/error_docs/not_found.html:
cp...
Some server providers offer remote console access (e.g., KVM). If available, you can use it to access the server and fix the SSH configuration.
Hopefully you can login that way and revert the changes to /etc/ssh/sshd_config.
Next time before restarting sshd service test/check the new...
I have a similar issue with custom error pages, I followed this article on the link below to solve it. I added the Additional nginx directives
https://support.plesk.com/hc/en-us/articles/12377890251031-How-to-enable-custom-error-pages-for-a-domain-in-Plesk