History log of /PHP-8.2/sapi/fpm/tests/config-array.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f41eb54a 27-Sep-2022 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# 327bb219 17-Mar-2022 Mark Gallagher

FPM: Implement access log filtering

Adds a setting "access.suppress_path" to php-fpm pool configurations
which causes successful GET requests to the specified URIs to be
excluded fro

FPM: Implement access log filtering

Adds a setting "access.suppress_path" to php-fpm pool configurations
which causes successful GET requests to the specified URIs to be
excluded from the access log. This is to reduce noise caused by
automated health checks.

Requests with response codes outwith the successful range 200 - 299,
requests made with query parameters and requests which have a
Content-Length other than 0 will ignore this setting as a security
precaution.

Closes GH-8174, #80428 [1]

[1] https://bugs.php.net/bug.php?id=80428

show more ...