This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Summary of release changes.
2020- Adds Makefile target ` logsdef ` to handle deferred logs output within a target chain.
2121- Adds ` /docs ` directory for supplementary documentation and simplify README.
2222- Fixes validation failure of 0 second --timeout value in ` test/health_status ` .
23+ - Removes PHP-FPM status handler configuration from the Apache server-status drop-in.
2324
2425### 2.2.2 - 2019-08-05
2526
Original file line number Diff line number Diff line change 1- <IfVersion < 2.4 >
2- <Location "/ server-status">
3- SetHandler server-status
1+ <Location "/server-status" >
2+ SetHandler server-status
3+ <IfVersion < 2.4>
44 Order deny,allow
55 Deny from all
66 Allow from localhost 127.0.0.1
7- </Location>
8- <Location "/status">
9- SetHandler "proxy:unix:/run/php-fpm/${APACHE_RUN_USER}.sock|fcgi://localhost"
10- Order deny,allow
11- Deny from all
12- Allow from localhost 127.0.0.1
13- </Location>
14- </IfVersion>
15-
16- <IfVersion >= 2.4>
17- <Location "/server-status">
18- SetHandler server-status
19- Require host localhost 127.0.0.1
20- </Location>
21- <Location "/status">
22- SetHandler "proxy:unix:/run/php-fpm/${APACHE_RUN_USER}.sock|fcgi://localhost"
7+ </IfVersion>
8+ <IfVersion >= 2.4>
239 Require host localhost 127.0.0.1
24- </Location >
25- </IfVersion >
10+ </IfVersion >
11+ </Location >
You can’t perform that action at this time.
0 commit comments