• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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