• 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 Can't change PHP handler

Xopez

New Pleskian
Hello,

I have a problem with Plesk. I installed PHP 7.3 as it came avaiable and wanted to switch to it.
I can change it on the main domain. Subdomains are unaffected and i can't change it there manually.
On the subdomains it is active and I can work with it, but I wanted to upgrade it.

I get on subdomains only this greyd-out button:

upload_2018-12-17_22-47-37.png

Not a single Handler has a problem. And ofc the Handlers are enabled. It doesn't matter if iits the OS vendor variant or the normal on.

upload_2018-12-17_22-49-9.png

Just that you can see that I can change it on the main domain:
upload_2018-12-17_22-50-48.png


EDIT:
My Distro:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
Plesk Version: Plesk Onyx 17.8.11 Update Nr. 35
I am using Apache as Webserver. Nginx is not installed.
Code:
apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built:   2018-06-07T19:43:03
Plesk repair doesn't find any errors and warnings.

The server is uptodate.
Attached the generated ZIP from Plesk Support-tool.
 

Attachments

  • midfFzWSx.zip
    540.7 KB · Views: 1
Last edited:
With the shown command I get following:
Code:
# plesk bin subscription -u rank.mightful-noobs.de --php_handler_id plesk-php73-fpm
Unrecognized option: '--php_handler_id'


exit status 1

I also edited the entry post with a few things.
 
With the shown command I get following:
Code:
# plesk bin subscription -u rank.mightful-noobs.de --php_handler_id plesk-php73-fpm
Unrecognized option: '--php_handler_id'

exit status 1

Please note: The correct option is -php_handler_id, not --php_handler_id. It's only 1 dash.
 
Remove one hyphen (‐) and tell us the result.

Code:
 plesk bin subscription -u rank.mightful-noobs.de -php_handler_id plesk-php73-fpm
 
It has worked and its now shown in Plesk.
# plesk bin subscription -u rank.mightful-noobs.de -php_handler_id plesk-php73-fpm
SUCCESS: Update of domain 'rank.mightful-noobs.de' completed.

The only thing is that it's still greyed out. But thanks for the first help.
 
Back
Top