From fa98755da49828e6a37049bdaf7bd16aa8adf879 Mon Sep 17 00:00:00 2001 From: AllenJB Date: Tue, 17 Feb 2026 16:48:58 +0000 Subject: [PATCH] FPM Status page: Fix proxypass URL (#3145) * FPM Status page: Fix proxypass URL * FPM Status page: Update to use modern Apache require configuration --- reference/fpm/status.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/fpm/status.xml b/reference/fpm/status.xml index 59f83ea029..047eac745c 100644 --- a/reference/fpm/status.xml +++ b/reference/fpm/status.xml @@ -35,9 +35,8 @@ - Order Allow,Deny - Allow from 127.0.0.1 - ProxyPass "unix:/var/run/php-fpm.sock|fcgi://localhost/fpm-status" + Require local + ProxyPass "unix:/var/run/php-fpm.sock|fcgi://localhost/" ]]>