laradji / zabbix

Zabbix chef cookbook
Apache License 2.0
91 stars 125 forks source link

Load php module for all platforms #190

Closed nshemonsky closed 4 years ago

nshemonsky commented 9 years ago

Version 2.0.0 of the apache cookbook introduced some breaking changes. In RHEL distributions the php module isn't loaded causing httpd to fail to start.

The mod_php5 recipe handles loading the module correctly for all platforms.

nshemonsky commented 9 years ago

Eh, after a little more testing I'm not sure this is all that's needed. Might be better off just pinning the apache version to < 2.0.0 for now. Thoughts?