include_recipe "apache"
include_recipe "git"
include_recipe "mysql"
-include_recipe "php::fpm"
+include_recipe "php::apache"
cache_dir = Chef::Config[:file_cache_path]
unzip
]
+apache_module "env"
apache_module "rewrite"
-apache_conf "php#{node[:php][:version]}-fpm" do
- action :enable
-end
-
ssl_certificate "forum.openstreetmap.org" do
domains ["forum.openstreetmap.org", "forum.osm.org"]
notifies :reload, "service[apache2]"