Page MenuHomePhabricator

Default install includes php5-fpm when it should not
Closed, ResolvedPublic

Description

On first boot of mediawiki-vagrant with no roles enabled the php5-fpm server is installed an enabled, but not used. This conflicts with HHVM which uses the same port for fastcgi communication.

According to logs in /var/log/apt/history.log php5-fpm was installed due to the installation of php5-mysql. This requires php5 which requires one of several php5 SAPI's. Since apache has not yet installed libapache2-mod-php5 apt has to guess and in my case decided to install php5-fpm.


Version: unspecified
Severity: normal

Details

Reference
bz62549

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:01 AM
bzimport set Reference to bz62549.

Change 118201 had a related patch set uploaded by EBernhardson:
Don't install php5-fpm

https://gerrit.wikimedia.org/r/118201

Change 118201 merged by jenkins-bot:
Don't install php5-fpm

https://gerrit.wikimedia.org/r/118201