• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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