Skip to content
Snippets Groups Projects
Commit 5e36ed8e authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[FEATURE] Activate a couple of apache modules

parent 762f3eec
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ include_recipe 'apache2'
include_recipe 'apache2::mod_ssl'
if node['platform_version'] == '16.04'
include_recipe 'apache2::mod_fcgid'
%w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql ).each do |name|
package name do
action :install
......@@ -62,6 +61,12 @@ else
end
end
%w{expires headers ssl deflate rewrite}.each do |name|
apache_module name do
enable true
end
end
################################
### Modify PHP Configuration ###
################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment