]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/apache.erb
Set internal rsync over ssh backups to use arcfour (rc4) for performance
[chef.git] / cookbooks / nominatim / templates / default / apache.erb
index add708d69556ab8a393674c7aa7872c120b6a542..010b27ad8a4d9d3d04b8965ce93775f669a6654a 100644 (file)
     <% @pools.each do |name,details| -%>
     Alias /pool-<%= name %>/ "<%= @directory %>/website/"
     <Location /pool-<%= name %>>
-        AddHandler fcgi:/var/run/php5-fpm-www.sock .php
-        AddHandler fcgi:/var/run/php5-fpm-www.sock .phpx
-        AddHandler fcgi:/var/run/php5-fpm-www.sock .phpj
+        AddHandler fcgi:/var/run/php5-fpm-<%= name %>.sock .php
+        AddHandler fcgi:/var/run/php5-fpm-<%= name %>.sock .phpx
+        AddHandler fcgi:/var/run/php5-fpm-<%= name %>.sock .phpj
     </Location>
     <% end -%>
 
-    Redirect 509 /pool-block/
-    ErrorDocument 509 /509.html
+    Redirect 420 /pool-block/
+    ErrorDocument 420 /509.html
     <Location /pool-block>
-        ErrorDocument 509 /509.html
+        ErrorDocument 420 /509.html
     </Location>
     Redirect 403 /pool-ban/
     <Location /pool-ban>