]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/backend.rb
Fix permissions
[chef.git] / cookbooks / web / recipes / backend.rb
index fa13948d876a8c1ce39875df72f17fffa52d11be..6898b42be54e14ff729ebf30cecf126018faa943 100644 (file)
 #
 
 include_recipe "memcached"
+include_recipe "apache::ssl"
 include_recipe "web::rails"
 include_recipe "web::cgimap"
 
 apache_module "fastcgi-handler"
 apache_module "remoteip"
+apache_module "rewrite"
 
 apache_site "default" do
   action [ :disable ]