• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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