• 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.

How to upgrade php 5.5 in Ubuntu 12.04(Plesk 12.0)

John_A

New Pleskian
I have upgraded php 5.5 using below steps,
===
sudo add-apt-repository ppa:eek:ndrej/php5
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5
==
Its also upgrading Apache from 2.2 to 2.4 and after installation, it break my Apache configuration and getting configuration errors when adding domains from Plesk etc.

Is there any proper way to upgrade PHP 5.5 in Plesk 12.0(Ubuntu 12.04)

Any help would be appreciated.
 
With apache 2.4 there are several changes which are ( not yet ) implemented in the virtual hosts templates. Please see this dosumentation
to create and modify your own custom templates and change definitions regarding the Run-Time Configuration Changes from
The search over the forum search page ( Search Forums ) with the search definition "httpdmng custom templates" might help as well, to find some solutions and suggestions and there are as well some KB - articles in the Parallels Knowledge-Base
 
Back
Top