saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle php7 on Ubuntu

boileaum opened this issue · comments

As indicated by its name, apache.mod_php5 handles php5 only. However, the current Ubuntu 16.04 LTS distribution provides php7 so apache.mod_php5 fails on this system.

commented

@boileaum Have you seen php.ng.apache2 from https://github.com/saltstack-formulas/php-formula#phpngapache2?

@aboe76 @javierbertoli Shall we mark apache.mod_php5 as deprecated?

Thanks @alxwr ! It does the job!