• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PHP Support 11.5.30 Update #50

szenenight

New Pleskian
Hello, in
Hosting Settings
there is no php support - so i can´t change or choose running as apache module or cgi application (s. screenshot), any ideas?


OS Ubuntu 12.04.5 LTS
Panel version 11.5.30 Update #50, last updated at July 17, 2015 03:46 AM
 

Attachments

  • 2015-07-17 14_53_18-SN-Plesk 13.png
    2015-07-17 14_53_18-SN-Plesk 13.png
    16.6 KB · Views: 4
Do you have php as Instaled in Server Components list? Have you checked that php support is enabled in Service Plan? Make sure that permissions in subscription allows you manage php settings.
 
That seems to be the problem:
php The component was not installed

but - why it is not installed? I´ve installed a new php version beside the plesk original one, but didnt deinstall php - what can i do to get the php component back?
 
Hi szenenight,

you always have the choice to install / remove Plesk components over the command line, if you don't find the options over your Plesk Control Panel.

The command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options
... will display all available components and its current status.


With the command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --install-component PLESK_COMPONENT_NAME
you are able to INSTALL components and with the command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --remove-component PLESK_COMPONENT_NAME
you are able to REMOVE components.


The autoinstaller - script has a lot more options, which you might display with the command:

/usr/local/psa/admin/bin/autoinstaller --help
 
Back
Top