X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f1be9b31bb948deaf5b68e3a918fb4e24bb39895..3a33d35c42600aa215df8467702c98bee73415f8:/cookbooks/wordpress/templates/default/apache.erb
diff --git a/cookbooks/wordpress/templates/default/apache.erb b/cookbooks/wordpress/templates/default/apache.erb
index 34c25059d..67476b6f8 100644
--- a/cookbooks/wordpress/templates/default/apache.erb
+++ b/cookbooks/wordpress/templates/default/apache.erb
@@ -35,16 +35,13 @@
Alias <%= url %> <%= directory %>
>
AllowOverride None
- php_admin_flag engine off
Require all granted
+
+ SetHandler None
+
<% end -%>
- php_admin_value open_basedir <%= @directory %>/:/usr/share/php/:/tmp/
- php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open"
- php_value upload_max_filesize 70M
- php_value post_max_size 100M
-
>
RewriteEngine on
@@ -54,6 +51,7 @@
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
RewriteRule ^readme\.html$ [F,L]
+ RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
@@ -62,6 +60,13 @@
AllowOverride AuthConfig
Require all granted
+
+ # https://www.wp-pay.org/http-authorization-header-missing/
+ CGIPassAuth on
+
+
+ SetHandler "proxy:unix:/run/php/php-<%= @name %>-fpm.sock|fcgi://127.0.0.1"
+
/wp-config.php>
@@ -71,7 +76,9 @@
/uploads>
AllowOverride None
AddType text/plain .html .htm .shtml
- php_admin_flag engine off
+
+ SetHandler None
+
@@ -82,11 +89,16 @@
Require all denied
-
+
Require all denied
Require all denied
+
+
+ Require all denied
+
+