• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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