• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk broken after PHP 7.3 install

Axel

New Pleskian
Hi,
My serveur'r running under Ubuntu 14.04 with plesk Onyx 17.8.

One of my site under Wordpress alerted me that my PHP version 7.1 was obsolete.
I tried to add PHP 7.3 using plesk installer but it was not present.

I installed successfully if via ssh (user root) with :
Code:
plesk installer --select-release-current --install-component php73

After that, i returned in plesk installer and could see that PHP 72 and 73 were added.
I chose to install PHP 73 ... again successfuly.

But when i tried to return to plesk interface, it remained unreachable.

I tried via ssh
Code:
plesk repair installation
without success. A lot of wanings and errors essentially due to access/permissions. Please see my log attached

PS : all sites runing under this plesk installation remain operational
The root site of Plesk shows the default Plesk Page. But when i add the port number (8443), it's not reachable.

Any help will be welcome.

Thanks in advance
 

Attachments

  • plesk_17.8.11_repair.zip
    2.1 KB · Views: 0
Last edited:
Edit : maybe a clue

The plesk server restart command shows that
Code:
~# /etc/init.d/sw-cp-server restart
nginx: [warn] duplicate value "TLSv1" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [warn] duplicate value "TLSv1.1" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [warn] duplicate value "TLSv1.2" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [emerg] BIO_new_file("/opt/psa/admin/conf/httpsd.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/opt/psa/admin/conf/httpsd.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/sw-cp-server/config test failed

additional information : Some sites on this plesk instance are behing Letsencrypt ...
 
Back
Top