[DOC-CVS] [doc-en] master: FPM Status page: Fix proxypass URL (#3145)

[email protected] (AllenJB via GitHub) Tue, 17 Feb 2026 16:49:00 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: AllenJB (AllenJB)
Committer: GitHub (web-flow)
Pusher: bukka
Date: 2026-02-17T17:48:58+01:00

Commit: https://github.com/php/doc-en/commit/fa98755da49828e6a37049bdaf7bd16aa8adf879
Raw diff: https://github.com/php/doc-en/commit/fa98755da49828e6a37049bdaf7bd16aa8adf879.diff

FPM Status page: Fix proxypass URL (#3145)

* FPM Status page: Fix proxypass URL

* FPM Status page: Update to use modern Apache require configuration

Changed paths:
  M  reference/fpm/status.xml


Diff:

diff --git a/reference/fpm/status.xml b/reference/fpm/status.xml
index 59f83ea0298f..047eac745c90 100644
--- a/reference/fpm/status.xml
+++ b/reference/fpm/status.xml
@@ -35,9 +35,8 @@
    <programlisting role="apache-conf">
     <![CDATA[
 <LocationMatch "/fpm-status">
- 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/"
 </LocationMatch>
 ]]>
    </programlisting>